8000 Fix 2 URL's (#2514) · georg78sf/java-docs-samples@c83431b · GitHub 8000
[go: up one dir, main page]

Skip to content

Commit c83431b

Browse files
authored
1 parent cd64457 commit c83431b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

SAMPLE_FORMAT.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232

3333
This doc maintains an outline for 'snippet' samples specific to Java. Currently, the java canonical
3434
samples in this format are located
35-
[here](/tree/master/dlp/src/main/java/dlp/snippets).
35+
[here](../../tree/master/dlp/src/main/java/dlp/snippets).
3636

3737
Larger sample applications should attempt to follow many of these guidelines as well, but some may
3838
be ignored or waived as there can be many structural differences between applications and snippets.
@@ -119,7 +119,7 @@ mind when setting up tests.
119119
* **Environment variables**
120120
Minimize additional environment variables that need to be set to run the tests.
121121
If you do require additional environment variables, they should be added to
122-
[run_tests.sh](/java-docs-samples/blob/master/.kokoro/tests/run_tests.sh).
122+
[run_tests.sh](../../blob/master/.kokoro/tests/run_tests.sh).
123123

124124
Existing environment variables include:
125125
* `GOOGLE_APPLICATION_CREDENTIALS`

0 commit comments

Comments
 (0)
0