File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 32
32
33
33
This doc maintains an outline for 'snippet' samples specific to Java. Currently, the java canonical
34
34
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) .
36
36
37
37
Larger sample applications should attempt to follow many of these guidelines as well, but some may
38
38
be ignored or waived as there can be many structural differences between applications and snippets.
@@ -119,7 +119,7 @@ mind when setting up tests.
119
119
* ** Environment variables**
120
120
Minimize additional environment variables that need to be set to run the tests.
121
121
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) .
123
123
124
124
Existing environment variables include:
125
125
* ` GOOGLE_APPLICATION_CREDENTIALS `
You can’t perform that action at this time.
0 commit comments