Skip to content

Commit 309c692

Browse files
pinobatchavivace
andauthored
guides: add redirect from old title of "Choosing tools" (#82)
* add redirect from old title of "Choosing tools" The article used to be called "To C or not to C" before anti-SDCC snark was toned down. Repair inbound links to the old title with this signpost. Because GitHub Pages doesn't appear to support HTTP redirects (status 301 Moved Permanently), attempt to use meta refresh as a substitute. * add redirect notice --------- Co-authored-by: Antonio Vivace <[email protected]>
1 parent 2a39af4 commit 309c692

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

website/to_c_or_not_to_c.md

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
sidebar: false
3+
head:
4+
- - meta
5+
- http-equiv: refresh
6+
content: 10; url=https://gbdev.io/guides/tools.html
7+
- - link
8+
- rel: canonical
9+
href: https://gbdev.io/guides/tools.html
10+
---
11+
12+
# To C or not to C
13+
14+
This guide has been moved to
15+
"[Choosing tools for Game Boy development](guides/tools.html)".
16+
17+
Please update your bookmarks and ask other website operators
18+
to update inbound links.
19+
20+
In 10 seconds, you'll be redirected.

0 commit comments

Comments
 (0)