aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohan Gunnarsson <johan.gunnarsson@arm.com>2023-09-26 15:44:50 +0200
committerFredrik Svedberg <fredrik.svedberg@arm.com>2023-10-05 11:29:40 +0000
commitf4aa7f7d63e99b7853f78b17d3329fd6fbdf42bf (patch)
tree18f212b50232da5dec4d03d8ec691f9afdd5c9e3
parent7972ee80215e1fd40f0cea39c688680be945d302 (diff)
downloadethos-u-vela-f4aa7f7d63e99b7853f78b17d3329fd6fbdf42bf.tar.gz
MLBEDSW-8064: Update Markdown URLs
Markdown's git reporitory has moved to different location. Change-Id: Iae401c1d283d937347cbce546836470647333201 Signed-off-by: Johan Gunnarsson <johan.gunnarsson@arm.com>
-rw-r--r--SUPPORTED_OPS.md2
-rw-r--r--ethosu/vela/vela.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/SUPPORTED_OPS.md b/SUPPORTED_OPS.md
index 0d60c67..e22da32 100644
--- a/SUPPORTED_OPS.md
+++ b/SUPPORTED_OPS.md
@@ -22,7 +22,7 @@ This file was automatically generated by Vela using the `--supported-ops-report`
Vela version: `3.9.1.dev7+g3a3f35e.d20230912`
This file complies with
-[**Gitiles Markdown syntax**](https://github.com/google/gitiles/blob/master/Documentation/markdown.md)
+[**Gitiles Markdown syntax**](https://gerrit.googlesource.com/gitiles/+/HEAD/Documentation/markdown.md)
Summary table of constraints for:
- [TFLite](#tflite-summary-table)
diff --git a/ethosu/vela/vela.py b/ethosu/vela/vela.py
index 078f4a4..b8807b8 100644
--- a/ethosu/vela/vela.py
+++ b/ethosu/vela/vela.py
@@ -218,7 +218,7 @@ def generate_supported_ops():
f"Vela version: `{__version__}`",
"",
"This file complies with",
- "[**Gitiles Markdown syntax**](https://github.com/google/gitiles/blob/master/Documentation/markdown.md)",
+ "[**Gitiles Markdown syntax**](https://gerrit.googlesource.com/gitiles/+/HEAD/Documentation/markdown.md)",
"",
"Summary table of constraints for:",
]