Skip to content

Commit

Permalink
redirects update
Browse files Browse the repository at this point in the history
  • Loading branch information
ilg-ul committed Dec 21, 2024
1 parent 994292d commit f1e8cc2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion website/docusaurus-config-redirects.ts
Original file line number Diff line number Diff line change
Expand Up @@ -461,6 +461,7 @@ export const redirects = {
{ from: '/blog/2021/03/28/xpm-v0-9-1-released/', to: 'https://xpack.github.io/xpm/blog/2021/03/28/xpm-v0-9-1-released/' },

// /dev-tools/ posts.
{ from: '/dev-tools/', to: 'https://xpack.github.io/web-archive-jekyll/dev-tools/' }, // Archive
{ from: '/dev-tools/aarch64-none-elf-gcc/', to: 'https://xpack-dev-tools.github.io/aarch64-none-elf-gcc-xpack/' },
{ from: '/dev-tools/aarch64-none-elf-gcc/faq/', to: 'https://xpack-dev-tools.github.io/aarch64-none-elf-gcc-xpack/docs/faq/' },
{ from: '/dev-tools/aarch64-none-elf-gcc/install/', to: 'https://xpack-dev-tools.github.io/aarch64-none-elf-gcc-xpack/docs/install/' },
Expand Down Expand Up @@ -528,7 +529,7 @@ export const redirects = {
{ from: '/dev-tools/qemu-arm/faq/', to: 'https://xpack-dev-tools.github.io/qemu-arm-xpack/docs/faq/' },
{ from: '/dev-tools/qemu-arm/gnuarmeclipse/', to: 'https://xpack.github.io/web-archive-jekyll/dev-tools/qemu-arm/gnuarmeclipse/' }, // Archive
{ from: '/dev-tools/qemu-arm/install/', to: 'https://xpack-dev-tools.github.io/qemu-arm-xpack/docs/install/' },
{ from: '/dev-tools/qemu-arm/options/', to: 'https://xpack-dev-tools.github.io/qemu-arm-xpack/docs/options/' }, // ?
{ from: '/dev-tools/qemu-arm/options/', to: 'https://xpack.github.io/web-archive-jekyll/dev-tools/qemu-arm/options/' }, // Archive
{ from: '/dev-tools/qemu-arm/support/', to: 'https://xpack-dev-tools.github.io/qemu-arm-xpack/docs/support/' },
{ from: '/dev-tools/qemu-riscv/', to: 'https://xpack-dev-tools.github.io/qemu-riscv-xpack/' },
{ from: '/dev-tools/qemu-riscv/faq/', to: 'https://xpack-dev-tools.github.io/qemu-riscv-xpack/docs/faq/' },
Expand Down

0 comments on commit f1e8cc2

Please sign in to comment.