Skip to content

Commit ef90e2c

Browse files
committed
formatting
1 parent 77c693a commit ef90e2c

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
**NOTE**: Please refer to the [V3 Migration Guide](doc/v3-migration-guide.md)
3+
**NOTE**: Please refer to the [V3 Migration Guide](/doc/v3-migration-guide.md)
44
for details on updating existing applications using v1.x.y or v2.x.y.
55

66
**NOTE**: [Future Breaking Changes](/doc/deprecated.md) lists anticipated

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
This repository contains idiomatic C++ client libraries for the following
1111
[Google Cloud Platform](https://cloud.google.com/) services.
1212

13-
> Please refer to the [V3 Migration Guide](doc/v3-migration-guide.md) for
13+
> Please refer to the [V3 Migration Guide](/doc/v3-migration-guide.md) for
1414
> details on updating existing applications using v1.x.y or v2.x.y.
1515
1616
> Please check the [CHANGELOG] for important announcements and upcoming changes.

doc/v3-migration-guide.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,19 +22,19 @@ for your compiler if it does not already default to `--std=c++17` or higher.
2222
Bazel is moving away from WORKSPACE file support to using modules from the Bazel
2323
Central Registry. Part of the v3.x.y release series includes supporting the new
2424
[google-cloud-cpp](https://registry.bazel.build/modules/google_cloud_cpp) Bazel
25-
module which can be added to your MODULE.bazel file as a dependency.
25+
module which can be added to your `MODULE.bazel` file as a dependency.
2626

2727
## Dependencies
2828

2929
### Previously Optional Dependencies that are now Required
3030

31-
- libcurl
32-
- nlohmann_json
33-
- opentelemetry-cpp
31+
- `libcurl`
32+
- `nlohmann_json`
33+
- `opentelemetry-cpp`
3434

3535
### Relocated Dependencies
3636

37-
- crc32c
37+
- `crc32c`
3838

3939
## Decommissioned API Surfaces
4040

0 commit comments

Comments
 (0)