Skip to content

Commit 5a9438c

Browse files
authored
Merge pull request #170 from arm-education/LinkChange
Refactor header HTML for theme handling and navigation
2 parents 8356462 + 84b248a commit 5a9438c

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

docs/_includes/header.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
<button class="blog" onclick="window.location.href ='{{"Blog.html" | relative_url }}'">Community</button>
5858
<li>
5959
<a href="https://github.com/arm-university/Arm-Developer-Labs" target="_blank" rel="noopener noreferrer" class="button button--secondary button--circle search-button">
60-
<img src="https://arm-university.github.io/Arm-Developer-Labs/images/github-mark.svg" alt="GitHub Logo" class="github-button__img"/>
60+
<img src="https://arm-education.github.io/Arm-Developer-Labs/images/github-mark.svg" alt="GitHub Logo" class="github-button__img"/>
6161
</a>
6262
</li>
6363
</ul>
@@ -89,4 +89,5 @@
8989
}
9090
})();
9191
</script>
92-
</header>
92+
93+
</header>

docs/index.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ The state of the art of in software development is changing more rapidly than ev
1414

1515
You can take a project as is, adapt it to your circumstances or simply take inspiration from it eg. for selecting student projects, writing research proposals, or building idea demonstrators. Arm helps by providing contextual collateral and resources (including, where relevant, letters of support) and projects include meta-data tags to help you search and find the right one for you.
1616

17-
### [Show me the projects](https://arm-university.github.io/Arm-Developer-Labs/2025/05/30/projects.html)
17+
### [Show me the projects](https://arm-education.github.io/Arm-Developer-Labs/2025/05/30/projects.html)
1818

1919
## What are the benefits?
2020

@@ -37,4 +37,5 @@ Yes! If you’ve already been working on something that you believe is relevant
3737

3838
Please get in touch via [our online form](https://forms.office.com/e/597pKN2JBW). Someone from Arm education will be in contact to discuss how we can support.
3939

40-
### [Show me the projects](https://arm-university.github.io/Arm-Developer-Labs/2025/05/30/projects.html)
40+
### [Show me the projects](https://arm-education.github.io/Arm-Developer-Labs/2025/05/30/projects.html)
41+

0 commit comments

Comments
 (0)