diff --git a/documentation/developer_manual/corstone1000.rst b/documentation/developer_manual/corstone1000.rst index d584610ac2dee66a7a2f073fc0b3f949723bd36c..2e0884ab1445f475caafcf1cece62d0ea0fb424c 100644 --- a/documentation/developer_manual/corstone1000.rst +++ b/documentation/developer_manual/corstone1000.rst @@ -12,11 +12,8 @@ Corstone-1000 for MPS3 * **Corresponding value for** ``MACHINE`` **variable**: ``corstone1000-mps3`` * **Target Platform Config**: ``kas/corstone1000-mps3.yml`` - This supported target platform is the Corstone-1000 for MPS3, implemented in - |meta-arm-bsp|_. - To read documentation about the Corstone-1000, see the |Arm Corstone-1000 Technical Overview|_. For more information about the software stack for the Corstone-1000, see - |Arm Corstone-1000 Software| + |Arm Corstone-1000 Software|_. diff --git a/documentation/developer_manual/corstone1000fvp.rst b/documentation/developer_manual/corstone1000fvp.rst index 10ab71b4bfe7a5fbcec3fcd587a6bafd18201026..9fd4d58fd72be3d67a62b16cb805b058d06f81c5 100644 --- a/documentation/developer_manual/corstone1000fvp.rst +++ b/documentation/developer_manual/corstone1000fvp.rst @@ -12,14 +12,11 @@ Corstone-1000 FVP * **Corresponding value for** ``MACHINE`` **variable**: ``corstone1000-fvp`` * **Target Platform Config**: ``kas/corstone1000-fvp.yml`` - This supported target platforms is the Corstone-1000 FVP, implemented in - |meta-arm-bsp|_. - To read documentation about the Corstone-1000, see the |Arm Corstone-1000 Technical Overview|_. For more information about the software stack for the Corstone-1000, see - |Arm Corstone-1000 Software| + |Arm Corstone-1000 Software|_. To read documentation about the Corstone-1000 FVP, see the |Fast Models Fixed Virtual Platforms (FVP) Reference Guide|_. diff --git a/documentation/variables.py b/documentation/variables.py index c5154ac2cb31d920fc67fbaaf27c3508faad37e5..c7c5944ce2163ae94ac2019f83776f11b416152b 100644 --- a/documentation/variables.py +++ b/documentation/variables.py @@ -32,7 +32,7 @@ variables which are referenced from documentation sources in this repository """ YOCTO_RELEASE = "scarthgap" - +DOCS_RELEASE = "scarthgap" general_links = { "link:meta-arm-bsp": @@ -47,7 +47,8 @@ general_links = { "link:Arm Corstone-1000 Technical Overview": "https://developer.arm.com/documentation/102360/0000", "link:Arm Corstone-1000 Software": - "https://corstone1000.docs.arm.com/en/latest/", + "https://corstone1000.docs.arm.com/en/" + f"{DOCS_RELEASE}", "link:Fast Models Fixed Virtual Platforms (FVP) Reference Guide": "https://developer.arm.com/documentation/100966/1119", "link:Fast Models Reference Guide":