mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
Added FAQ redirect
This commit is contained in:
committed by
Fabricio Voznika
parent
939198fa41
commit
4b0eaecb71
@@ -30,11 +30,15 @@ import (
|
||||
)
|
||||
|
||||
var redirects = map[string]string{
|
||||
// Github redirects
|
||||
"/change": "https://github.com/google/gvisor",
|
||||
"/issue": "https://github.com/google/gvisor/issues",
|
||||
"/issue/new": "https://github.com/google/gvisor/issues/new",
|
||||
"/pr": "https://github.com/google/gvisor/pulls",
|
||||
|
||||
// For links
|
||||
"/faq": "/docs/user_guide/faq/",
|
||||
|
||||
// Redirects to compatibility docs.
|
||||
"/c": "/docs/user_guide/compatibility/",
|
||||
"/c/linux/amd64": "/docs/user_guide/compatibility/linux/amd64/",
|
||||
|
||||
Reference in New Issue
Block a user