Skip to content

Commit f969cd5

Browse files
author
Kyle
authored
Merge pull request #22 from almir-okato/update_website_esp_ref
docs: Redirect deprecated Documentation URLs to the current Github ones
2 parents 7020777 + 3a29abd commit f969cd5

File tree

1 file changed

+18
-16
lines changed

1 file changed

+18
-16
lines changed

_data/routingrules.json

+18-16
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,20 @@
11
[
2-
"^/release-notes.html$ /documentation/release-notes/ [R,L,NC]",
3-
"^/release-notes.html$ /documentation/release-notes/ [R,L,NC]",
4-
"^/imgtool.html$ /documentation/imgtool/ [R,L,NC]",
5-
"^/ecdsa.html$ /documentation/ecdsa/ [R,L,NC]",
6-
"^/readme-zephyr.html$ /documentation/readme-zephyr/ [R,L,NC]",
7-
"^/readme-mynewt.html$ /documentation/readme-mynewt/ [R,L,NC]",
8-
"^/readme-riot.html$ /documentation/readme-riot/ [R,L,NC]",
9-
"^/readme-mbed.html$ /documentation/readme-mbed/ [R,L,NC]",
10-
"^/readme-nuttx.html$ /documentation/readme-nuttx/ [R,L,NC]",
11-
"^/readme-espressif.html$ /documentation/readme-espressif/ [R,L,NC]",
12-
"^/SubmittingPatches.html$ /contact/ [R,L,NC]",
13-
"^/testplan-zephyr.html$ /documentation/testplan-zephyr/ [R,L,NC]",
14-
"^/testplan-mynewt.html$ /documentation/testplan-mynewt/ [R,L,NC]",
15-
"^/release.html$ /documentation/release-process/ [R,L,NC]",
16-
"^/signed_images.html$ /documentation/signed-images/ [R,L,NC]",
17-
"^/encrypted_images.html$ /documentation/encrypted-images/ [R,L,NC]"
2+
"^/documentation/release-notes(/?|/index.html)$ https://docs.mcuboot.com/release-notes [R,L,NC]",
3+
"^/documentation/design(/?|/index.html)$ https://docs.mcuboot.com/design [R,L,NC]",
4+
"^/documentation/imgtool(/?|/index.html)$ https://docs.mcuboot.com/imgtool [R,L,NC]",
5+
"^/documentation/ecdsa(/?|/index.html)$ https://docs.mcuboot.com/ecdsa [R,L,NC]",
6+
"^/documentation/readme-zephyr(/?|/index.html)$ https://docs.mcuboot.com/readme-zephyr [R,L,NC]",
7+
"^/documentation/readme-mynewt(/?|/index.html)$ https://docs.mcuboot.com/readme-mynewt [R,L,NC]",
8+
"^/documentation/readme-riot(/?|/index.html)$ https://docs.mcuboot.com/readme-riot [R,L,NC]",
9+
"^/documentation/readme-mbed(/?|/index.html)$ https://docs.mcuboot.com/readme-mbed [R,L,NC]",
10+
"^/documentation/readme-nuttx(/?|/index.html)$ https://docs.mcuboot.com/readme-nuttx [R,L,NC]",
11+
"^/documentation/readme-espressif(/?|/index.html)$ https://docs.mcuboot.com/readme-espressif [R,L,NC]",
12+
"^/documentation/submitting-patches(/?|/index.html)$ https://docs.mcuboot.com/SubmittingPatches [R,L,NC]",
13+
"^/documentation/testplan-zephyr(/?|/index.html)$ https://docs.mcuboot.com/testplan-zephyr [R,L,NC]",
14+
"^/documentation/testplan-mynewt(/?|/index.html)$ https://docs.mcuboot.com/testplan-mynewt [R,L,NC]",
15+
"^/documentation/release-process(/?|/index.html)$ https://docs.mcuboot.com/release [R,L,NC]",
16+
"^/documentation/signed-images(/?|/index.html)$ https://docs.mcuboot.com/signed_images [R,L,NC]",
17+
"^/documentation/encrypted-images(/?|/index.html)$ https://docs.mcuboot.com/encrypted_images [R,L,NC]",
18+
"^/documentation/PORTING(/?|/index.html)$ https://docs.mcuboot.com/PORTING [R,L,NC]",
19+
"^/documentation/SECURITY(/?|/index.html)$ https://docs.mcuboot.com/SECURITY [R,L,NC]"
1820
]

0 commit comments

Comments
 (0)