Skip to content

Commit a261d02

Browse files
author
Chris Elion
authored
fix link, run link check in quiet mode (#5257)
1 parent 5e1cbb4 commit a261d02

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

com.unity.ml-agents/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ or actuators on your system. (#5194)
6868
#### ml-agents / ml-agents-envs / gym-unity (Python)
6969
- The `--resume` flag now supports resuming experiments with additional reward providers or
7070
loading partial models if the network architecture has changed. See
71-
[here](https://github.com/Unity-Technologies/ml-agents/blob/release-16_docs/docs/Training-ML-Agents.md#loading-an-existing-model)
71+
[here](https://github.com/Unity-Technologies/ml-agents/blob/release_16_docs/docs/Training-ML-Agents.md#loading-an-existing-model)
7272
for more details. (#5213)
7373

7474
### Bug Fixes

utils/run_markdown_link_check.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@
1919
)
2020

2121
for f in args.files:
22-
subprocess_args = ["markdown-link-check", "-c", config_file, f]
22+
subprocess_args = ["markdown-link-check", "-q", "-c", config_file, f]
2323
subprocess.check_call(subprocess_args)

0 commit comments

Comments
 (0)