Skip to content

Commit d92e715

Browse files
authored
chore: minor fix to hermetic build readme (#3677)
Fix a few links that does not work propely.
1 parent 5a555e5 commit d92e715

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

hermetic_build/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@ monorepo, for example, google-cloud-java) from a configuration file.
1818

1919
A generation configuration file is required to generate GAPIC Client Libraries.
2020

21-
Please refer to [Generation configuration yaml](#generation-configuration-yaml--generation-config-path---optional)
21+
Please refer to [Generation configuration](#configuration-to-generate-a-repository)
2222
for more information.
2323

2424
### versions.txt
2525

2626
In order to generate a version for each library, a `versions.txt` has to exist
2727
in `repository-path`.
28-
Please refer to [Repository path](#repository-path--repositorypath---optional)
28+
Please refer to [Repository path](#repository-path-repository-path-optional)
2929
for more information.
3030

3131
## Parameters to generate a repository using the docker image
@@ -55,7 +55,7 @@ repository the user `cd`'d into.
5555

5656
Note that `versions.txt` has to exist in `repository_path` in order to generate
5757
the right version for each library.
58-
Please refer [here](go/java-client-releasing#versionstxt-manifest) for more info
58+
Please refer go/java-client-releasing#versionstxt-manifest for more info
5959
of versions.txt.
6060

6161
### A list of library names (`library-names`), optional

0 commit comments

Comments
 (0)