Skip to content
This repository was archived by the owner on Aug 13, 2025. It is now read-only.

Commit 10dc538

Browse files
authored
fix some links
1 parent f1684b8 commit 10dc538

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Microsoft MicroCode
22

3-
> NOTE: MicroCode has moved to [https://github.com/microbit-apps/microcode](https://github.com/microbit-apps/microcode).
3+
> NOTE: MicroCode has moved to [https://github.com/microbit-apps/microcode-classic](https://github.com/microbit-apps/microcode-classic).
44
55
## Contributing
66

_includes/editor.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!DOCTYPE html>
2-
<html lang="{{ page.lang }}">
2+
<html>
33
<head>
44
<meta charset="utf-8" />
55
<title>{{ site.github.project_title }}</title>

_includes/footer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
<footer id="footer">
22
<span class="legal">© Microsoft</span>
3-
{% include legal-{{ page.lang }}.html %}
3+
{% include legal.html %}
44
</footer>

0 commit comments

Comments
 (0)