Skip to content

Commit e9f766e

Browse files
authored
chore: fix links in README (#1646)
* Point to migrated java-shared-dependencies pom * Add link to gapic-generator-java/DEVELOPMENT.md
1 parent 7203192 commit e9f766e

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

+3-4
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
This repository consists of the following modules:
44

55
- **[gapic-generator-java](./gapic-generator-java/README.md)**: the Protobuf compiler plugin to generate Java code.
6-
See [gapic-generator-java/DEVELOPMENT.md] for setup.
6+
See [gapic-generator-java/DEVELOPMENT.md](./gapic-generator-java/README.md) for setup.
77
- **[gax-java](./gax-java/README.md)**: the runtime library required for Google Cloud client libraries,
88
including the ones generated by gapic-generator-java.
99
- **[java-common-protos](./java-common-protos/README.md)** and **[api-common-java](./api-common-java/README.md)**: Protobuf-generated common
@@ -14,9 +14,8 @@ This repository consists of the following modules:
1414
- **[showcase](./showcase/README.md)**: demonstration of the generated client
1515
library for the fake "Showcase" API.
1616
- **[gapic-generator-java-bom](./gapic-generator-java-bom)**: The Bill-of-Material for the libraries
17-
produced from this repository. This is used by [google-cloud-java/java-shared-dependencies](
18-
https://github.com/googleapis/google-cloud-java/blob/main/java-shared-dependencies/first-party-dependencies/pom.xml).
17+
produced from this repository. This is used by [java-shared-dependencies](./java-shared-dependencies/first-party-dependencies/pom.xml).
1918

2019
## Development Setup
2120

22-
See [DEVELOPMENT.md](DEVELOPMENT.md).
21+
See [DEVELOPMENT.md](DEVELOPMENT.md).

0 commit comments

Comments
 (0)