-
Notifications
You must be signed in to change notification settings - Fork 42
/
_redirects
29 lines (27 loc) · 1.17 KB
/
_redirects
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# See https://docs.netlify.com/routing/redirects/#syntax-for-the-redirects-file
http://wiki.musl-libc.org/* https://wiki.musl-libc.org/:splat 301!
/home /index.html
/wiki/ABI_Manuals /abi-manuals.html
/wiki/Alternative_libraries /alternatives.html
/wiki/Bugs_found_by_musl /bugs-found-by-musl.html
/wiki/Building_Busybox /building-busybox.html
/wiki/BuildingLLVM /building-llvm.html
/wiki/Coding_Style /coding-style.html
/wiki/Compatibility /compatibility.html
/wiki/Contacts /contacts.html
/wiki/Design_Concepts /design-concepts.html
/wiki/Environment_Variables /environment-variables.html
/wiki/FAQ /faq.html
/wiki/Functional_differences_from_glibc /functional-differences-from-glibc.html
/wiki/Future_Ideas /future-ideas.html
/wiki/Getting_started /getting-started.html
/wiki/Guidelines_for_Distributions /guidelines-for-distributions.html
/wiki/Libc-Test /libc-test.html
/wiki/Main_Page /index.html
/wiki/Mathematical_Library /mathematical-library.html
/wiki/Open_Issues /open-issues.html
/wiki/Porting/AArch64 /porting/aarch64.html
/wiki/Porting /porting.html
/wiki/Projects_using_musl /projects-using-musl.html
/wiki/Roadmap /roadmap.html
/wiki/Supported_Platforms /supported-platforms.html