Skip to content

Commit a8993f0

Browse files
authored
docs: link reference docs at c.g.c/cpp/docs/reference (#11799)
1 parent c1c7eeb commit a8993f0

File tree

115 files changed

+234
-236
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

115 files changed

+234
-236
lines changed

CHANGELOG.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3582,14 +3582,14 @@ releases. The relevant notes are:
35823582
[architecture design]: /ARCHITECTURE.md#the-client-classes
35833583
[architecture-connection]: /ARCHITECTURE.md#the-connection-classes
35843584
[bq-analytics-hub]: https://cloud.google.com/bigquery/docs/analytics-hub-introduction
3585-
[cbt-dataclient-migration]: https://googleapis.dev/cpp/google-cloud-bigtable/latest/migrating-from-dataclient.html
3585+
[cbt-dataclient-migration]: https://cloud.google.com/cpp/docs/reference/bigtable/latest/migrating-from-dataclient
35863586
[cloud bigtable admin api]: https://cloud.google.com/bigtable/docs/reference/admin/rpc
35873587
[cloud tasks]: /google/cloud/tasks/README.md
35883588
[cloud-debugger-deprecated]: https://cloud.google.com/debugger/docs/deprecations
35893589
[github-cpp-common]: https://github.com/googleapis/google-cloud-cpp-common
35903590
[google.pubsub.v1.schemaserviceclient]: https://cloud.google.com/pubsub/docs/reference/rpc/google.pubsub.v1#google.pubsub.v1.SchemaService
3591-
[guac-dox]: https://googleapis.dev/cpp/google-cloud-common/latest/credentials_8h.html
3592-
[howto-mock-data-api]: https://googleapis.dev/cpp/google-cloud-bigtable/latest/bigtable-mocking.html
3591+
[guac-dox]: https://cloud.google.com/cpp/docs/reference/common/latest/group__guac
3592+
[howto-mock-data-api]: https://cloud.google.com/cpp/docs/reference/bigtable/latest/bigtable-mocking
35933593
[iam-conditions-link]: https://cloud.google.com/iam/docs/conditions-overview
35943594
[iam-policy-link]: https://cloud.google.com/iam/docs/manage-access-other-resources
35953595
[issue-2567]: https://github.com/googleapis/google-cloud-cpp/issues/2567
@@ -3600,6 +3600,6 @@ releases. The relevant notes are:
36003600
[pub/sub lite]: /google/cloud/pubsublite/README.md
36013601
[resource-types-with-policies]: https://cloud.google.com/iam/docs/resource-types-with-policies
36023602
[secret manager]: /google/cloud/secretmanager/README.md
3603-
[storage-dox-link]: https://googleapis.dev/cpp/google-cloud-storage/latest/
3604-
[storage-mocking-link]: https://googleapis.dev/cpp/google-cloud-storage/latest/storage-mocking.html
3603+
[storage-dox-link]: https://cloud.google.com/cpp/docs/reference/storage/latest/
3604+
[storage-mocking-link]: https://cloud.google.com/cpp/docs/reference/storage/latest/storage-mocking
36053605
[vcpkg-github]: https://github.com/microsoft/vcpkg

README.md

Lines changed: 102 additions & 102 deletions
Large diffs are not rendered by default.

ci/generate-markdown/generate-readme.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ file="README.md"
4040
description="$(sed -n '1 s/# \(.*\) C++ Client Library/\1/p' "google/cloud/${library}/README.md")"
4141
printf -- '- [%s](google/cloud/%s/README.md)\n' "${description}" "${library}"
4242
printf -- ' [[quickstart]](google/cloud/%s/quickstart/README.md)\n' "${library}"
43-
printf -- ' [[reference]](https://googleapis.dev/cpp/google-cloud-%s/latest)\n' "${library}"
43+
printf -- ' [[reference]](https://cloud.google.com/cpp/docs/reference/%s/latest)\n' "${library}"
4444
done
4545
sed -n '/<!-- inject-GA-libraries-end -->/,$p' "${file}"
4646
) | sponge "${file}"

generator/internal/scaffold_generator.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,7 @@ this library.
384384
* Detailed header comments in our [public `.h`][source-link] files
385385
386386
[cloud-service-docs]: https://cloud.google.com/$site_root$
387-
[doxygen-link]: https://googleapis.dev/cpp/google-cloud-$library$/latest/
387+
[doxygen-link]: https://cloud.google.com/cpp/docs/reference/$library$/latest/
388388
[source-link]: https://github.com/googleapis/google-cloud-cpp/tree/main/google/cloud/$library$
389389
)""";
390390
google::protobuf::io::OstreamOutputStream output(&os);

generator/internal/scaffold_generator_test.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ TEST_F(ScaffoldGenerator, Readme) {
209209
auto const actual = std::move(os).str();
210210
EXPECT_THAT(actual, HasSubstr(R"""(
211211
[cloud-service-docs]: https://cloud.google.com/test
212-
[doxygen-link]: https://googleapis.dev/cpp/google-cloud-test/latest/
212+
[doxygen-link]: https://cloud.google.com/cpp/docs/reference/test/latest/
213213
[source-link]: https://github.com/googleapis/google-cloud-cpp/tree/main/google/cloud/test
214214
)"""));
215215
EXPECT_THAT(actual, Not(HasSubstr("$construction$")));

google/cloud/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,5 @@ as well as how to properly format your code.
3939

4040
Apache 2.0; see [`LICENSE`](/LICENSE) for details.
4141

42-
[doxygen-link]: https://googleapis.dev/cpp/google-cloud-common/latest/
42+
[doxygen-link]: https://cloud.google.com/cpp/docs/reference/common/latest/
4343
[source-link]: https://github.com/googleapis/google-cloud-cpp/tree/main/google/cloud

google/cloud/accessapproval/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,5 +56,5 @@ int main(int argc, char* argv[]) try {
5656
- Detailed header comments in our [public `.h`][source-link] files
5757
5858
[cloud-service-docs]: https://cloud.google.com/access-approval
59-
[doxygen-link]: https://googleapis.dev/cpp/google-cloud-accessapproval/latest/
59+
[doxygen-link]: https://cloud.google.com/cpp/docs/reference/accessapproval/latest/
6060
[source-link]: https://github.com/googleapis/google-cloud-cpp/tree/main/google/cloud/accessapproval

google/cloud/accesscontextmanager/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,5 +56,5 @@ int main(int argc, char* argv[]) try {
5656
- Detailed header comments in our [public `.h`][source-link] files
5757
5858
[cloud-service-docs]: https://cloud.google.com/access-context-manager
59-
[doxygen-link]: https://googleapis.dev/cpp/google-cloud-accesscontextmanager/latest/
59+
[doxygen-link]: https://cloud.google.com/cpp/docs/reference/accesscontextmanager/latest/
6060
[source-link]: https://github.com/googleapis/google-cloud-cpp/tree/main/google/cloud/accesscontextmanager

google/cloud/advisorynotifications/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,5 +55,5 @@ int main(int argc, char* argv[]) try {
5555
- Detailed header comments in our [public `.h`][source-link] files
5656
5757
[cloud-service-docs]: https://cloud.google.com/advisory-notifications
58-
[doxygen-link]: https://googleapis.dev/cpp/google-cloud-advisorynotifications/latest/
58+
[doxygen-link]: https://cloud.google.com/cpp/docs/reference/advisorynotifications/latest/
5959
[source-link]: https://github.com/googleapis/google-cloud-cpp/tree/main/google/cloud/advisorynotifications

google/cloud/alloydb/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,5 +63,5 @@ int main(int argc, char* argv[]) try {
6363
- Detailed header comments in our [public `.h`][source-link] files
6464
6565
[cloud-service-docs]: https://cloud.google.com/alloydb
66-
[doxygen-link]: https://googleapis.dev/cpp/google-cloud-alloydb/latest/
66+
[doxygen-link]: https://cloud.google.com/cpp/docs/reference/alloydb/latest/
6767
[source-link]: https://github.com/googleapis/google-cloud-cpp/tree/main/google/cloud/alloydb

0 commit comments

Comments
 (0)