[doc] Replaced Hugo links with standard markdown
A script, `util/check_links.py`, was written by Amaury
to automate most of the relinking.
Below are the commands run to perform the relinking.
Some moves had to be manually added to the move list,
because they were either not properly tracked by git
or to fix quirky behaviour of the script.
Note that command has to be run twice
because it can't handle non-bijective moves
and that it incorrectly re-links two files,
which are fixed in the final file.
```
git show --name-status HEAD~11..HEAD | grep '^R100' | sed 's/^R100\t//' > move_list.txt
echo "hw/dv/sv/dv_utils/doc/index.md hw/dv/sv/dv_utils/README.md" >> move_list.txt
echo "hw/dv/tools/doc/index.md hw/dv/tools/README.md" >> move_list.txt
echo "README.md doc/introduction.md" >> move_list.txt
echo "doc/project/checklist.md doc/project_governance/checklist/README.md" >> move_list.txt
./util/check_links.py . --ignore-book --move-list-file move_list.txt --apply
echo "hw/dv/tools/README.md util/dvsim/README.md" > move_list.txt
./util/check_links.py . --ignore-book --move-list-file move_list.txt --apply
git checkout HEAD -- SUMMARY.md hw/doc/cores.md
```
Signed-off-by: Hugo McNally <hugo.mcnally@gmail.com>
Co-authored-by: Amaury Pouly <amaury.pouly@lowrisc.org>
diff --git a/sw/device/lib/dif/dif_aon_timer.md b/sw/device/lib/dif/dif_aon_timer.md
index 6038454..ad368e4 100644
--- a/sw/device/lib/dif/dif_aon_timer.md
+++ b/sw/device/lib/dif/dif_aon_timer.md
@@ -2,8 +2,8 @@
title: "Always-On Timer DIF Checklist"
---
-This checklist is for [Development Stage]({{< relref "/doc/project/development_stages.md" >}}) transitions for the [Always-On Timer DIF]({{< relref "hw/ip/aon_timer/doc" >}}).
-All checklist items refer to the content in the [Checklist]({{< relref "/doc/project/checklist.md" >}}).
+This checklist is for [Development Stage](../../../../doc/project_governance/development_stages.md) transitions for the [Always-On Timer DIF](../../../../hw/ip/aon_timer/README.md).
+All checklist items refer to the content in the [Checklist](../../../../doc/project_governance/checklist/README.md).
<h2>DIF Checklist</h2>
@@ -15,19 +15,19 @@
Implementation | [DIF_USED_IN_TREE][] | Done |
Tests | [DIF_TEST_ON_DEVICE][] | Done |
-[DIF_EXISTS]: {{< relref "/doc/project/checklist.md#dif_exists" >}}
-[DIF_USED_IN_TREE]: {{< relref "/doc/project/checklist.md#dif_used_in_tree" >}}
-[DIF_TEST_ON_DEVICE]: {{< relref "/doc/project/checklist.md#dif_test_on_device" >}}
+[DIF_EXISTS]: ../../../../doc/project_governance/checklist/README.md#dif_exists
+[DIF_USED_IN_TREE]: ../../../../doc/project_governance/checklist/README.md#dif_used_in_tree
+[DIF_TEST_ON_DEVICE]: ../../../../doc/project_governance/checklist/README.md#dif_test_on_device
<h3>S2</h3>
Type | Item | Resolution | Note/Collaterals
---------------|-----------------------------|-------------|------------------
-Coordination | [DIF_HW_FEATURE_COMPLETE][] | Done | [HW Dashboard]({{< relref "hw" >}})
+Coordination | [DIF_HW_FEATURE_COMPLETE][] | Done | [HW Dashboard](../../../../hw/README.md)
Implementation | [DIF_FEATURES][] | Done |
-[DIF_HW_FEATURE_COMPLETE]: {{< relref "/doc/project/checklist.md#dif_hw_feature_complete" >}}
-[DIF_FEATURES]: {{< relref "/doc/project/checklist.md#dif_features" >}}
+[DIF_HW_FEATURE_COMPLETE]: ../../../../doc/project_governance/checklist/README.md#dif_hw_feature_complete
+[DIF_FEATURES]: ../../../../doc/project_governance/checklist/README.md#dif_features
<h3>S3</h3>
@@ -42,9 +42,9 @@
Review | Reviewer(s) | Not Started |
Review | Signoff date | Not Started |
-[DIF_HW_DESIGN_COMPLETE]: {{< relref "/doc/project/checklist.md#dif_hw_design_complete" >}}
-[DIF_HW_VERIFICATION_COMPLETE]: {{< relref "/doc/project/checklist.md#dif_hw_verification_complete" >}}
-[DIF_DOC_HW]: {{< relref "/doc/project/checklist.md#dif_doc_hw" >}}
-[DIF_CODE_STYLE]: {{< relref "/doc/project/checklist.md#dif_code_style" >}}
-[DIF_TEST_UNIT]: {{< relref "/doc/project/checklist.md#dif_test_unit" >}}
-[DIF_TODO_COMPLETE]: {{< relref "/doc/project/checklist.md#dif_todo_complete" >}}
+[DIF_HW_DESIGN_COMPLETE]: ../../../../doc/project_governance/checklist/README.md#dif_hw_design_complete
+[DIF_HW_VERIFICATION_COMPLETE]: ../../../../doc/project_governance/checklist/README.md#dif_hw_verification_complete
+[DIF_DOC_HW]: ../../../../doc/project_governance/checklist/README.md#dif_doc_hw
+[DIF_CODE_STYLE]: ../../../../doc/project_governance/checklist/README.md#dif_code_style
+[DIF_TEST_UNIT]: ../../../../doc/project_governance/checklist/README.md#dif_test_unit
+[DIF_TODO_COMPLETE]: ../../../../doc/project_governance/checklist/README.md#dif_todo_complete