Skip to content

Commit 9f37f6b

Browse files
committed
Fix broken links in documentation
1 parent 5694863 commit 9f37f6b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -190,15 +190,15 @@ Echo a tab separated report of all verification results to the log. The report i
190190
- Library Issue - Short description of the last library issue detected.
191191

192192
##### `publish_report_to_repository REPORT_GITHUB_TOKEN repositoryURL reportBranch reportFolder doLinkComment`
193-
Add the report to a repository. See the [instructions for publishing job reports](publishing-job-reports) for details.
193+
Add the report to a repository. See the [instructions for publishing job reports](#publishing-job-reports) for details.
194194
- Parameter: **REPORT_GITHUB_TOKEN** - The hidden or encrypted environment variable containing the GitHub personal access token.
195195
- Parameter: **repositoryURL** - The .git URL of the repository to publish the report to. This URL can be found by clicking the "Clone or download" button on the home page of the repository. The repository must already exist.
196196
- Parameter: **reportBranch** - The branch to publish the report to. The branch must already exist.
197197
- Parameter: **reportFolder** - The folder to publish the report to. The folder will be created if it doesn't exist.
198198
- Parameter: **doLinkComment** - `true` or `false` Whether to comment on the GitHub thread of the commit that triggered the build with a link to the report.
199199

200200
##### `publish_report_to_gist REPORT_GITHUB_TOKEN REPORT_GIST_URL doLinkComment`
201-
Add the report to the report gist. See the [instructions for publishing job reports](publishing-job-reports) for details.
201+
Add the report to the report gist. See the [instructions for publishing job reports](#publishing-job-reports) for details.
202202
- Parameter: **REPORT_GITHUB_TOKEN** - The hidden or encrypted environment variable containing the GitHub personal access token.
203203
- Parameter: **REPORT_GIST_URL** - The URL of the report gist.
204204
- Parameter: **doLinkComment** - `true` or `false` Whether to comment on the GitHub thread of the commit that triggered the build with a link to the report.
@@ -243,8 +243,8 @@ The Arduino IDE will usually try to start the GUI whenever there is an error in
243243

244244
##### Verbose output
245245
Verbose output results in a harder to read log so you should leave it off or minimized when possible but it can be useful for troubleshooting. Note that turning on verbose output for a large build may cause the log to exceed 4 MB, which causes Travis CI to terminate the job.
246-
- Verbose script output - See [`set_script_verbosity` documentation](set_script_verbosity-script_verbosity_level) in the Usage section.
247-
- Verbose output during compilation - See [`set_verbose_output_during_compilation` documentation](set_verbose_output_during_compilation-verboseoutputduringcompilation) in the Usage section.
246+
- Verbose script output - See [`set_script_verbosity` documentation](#set_script_verbosity-script_verbosity_level) in the Usage section.
247+
- Verbose output during compilation - See [`set_verbose_output_during_compilation` documentation](#set_verbose_output_during_compilation-verboseoutputduringcompilation) in the Usage section.
248248
- Verbose output for Travis CI - Add one or both of the following lines to your `.travis.yml` file to get more details of the Travis CI build process.
249249
- Print shell input lines as they are read:
250250
- `- set -o verbose`

0 commit comments

Comments
 (0)