diff --git a/content/blogposts/go/livebloggig-gophercon-2019.md b/content/blogposts/go/liveblogging-gophercon-2019.md similarity index 98% rename from content/blogposts/go/livebloggig-gophercon-2019.md rename to content/blogposts/go/liveblogging-gophercon-2019.md index ac9bcb03f16..f130d0771ac 100644 --- a/content/blogposts/go/livebloggig-gophercon-2019.md +++ b/content/blogposts/go/liveblogging-gophercon-2019.md @@ -8,7 +8,7 @@ publishDate: 2019-07-22T00:00-07:00 tags: [ blog ] -slug: sourcegraph-liveblogging-at-gophercon-2019 +slug: liveblogging-gophercon-2019 heroImage: https://about.sourcegraph.com/gophercon2019.png published: true --- diff --git a/netlify.toml b/netlify.toml index 58df2a19409..5108abaa66c 100644 --- a/netlify.toml +++ b/netlify.toml @@ -17,114 +17,127 @@ [[redirects]] from = "/changelog" to = "https://sourcegraph.com/github.com/sourcegraph/sourcegraph/-/blob/CHANGELOG.md" - status = 301 # ========== END SOURCEGRAPH REDIRECTS ========== # ========== HANDBOOK REDIRECTS ========== [[redirects]] from = "/company" to = "https://handbook.sourcegraph.com/#stq=company" - status = 301 [[redirects]] from = "/company/*" to = "https://handbook.sourcegraph.com/:splat" - status = 301 [[redirects]] from = "/retrospectives/*" - to = "https://handbook.sourcegraph.com/company-info-and-process/communication/retrospectives/" - status = 301 + to = "https://handbook.sourcegraph.com/company-info-and-process/communication/retrospectives" [[redirects]] from = "/workflow/*" to = "https://handbook.sourcegraph.com/#stq=workflow" - status = 301 [[redirects]] from = "/search" to = "https://handbook.sourcegraph.com/#stq=:q" query = {q = ":q"} - status = 301 [[redirects]] from = "/handbook/*" to = "https://handbook.sourcegraph.com/:splat" - status = 301 # ========== END HANDBOOK REDIRECTS ========== # ========== TERMS REDIRECTS ========== [[redirects]] from = "/terms-cloud" to = "/terms/cloud" - status = 301 [[redirects]] from = "/terms-dotcom" to = "/terms/cloud" - status = 301 [[redirects]] from = "/terms-gov" to = "/terms/gov" - status = 301 [[redirects]] from = "/privacy" to = "/terms/privacy" - status = 301 [[redirects]] from = "/privacy/cookie-policy" to = "/terms/cookie-policy" - status = 301 [[redirects]] from = "/security" to = "/terms/security" - status = 301 [[redirects]] from = "/terms-private" to = "/terms/self-hosted" - status = 301 [[redirects]] from = "/terms-self-hosted" to = "/terms/self-hosted" - status = 301 [[redirects]] from = "/subprocessors" to = "/terms/subprocessors" - status = 301 # ========== END TERMS REDIRECTS ========== +# ========== BLOG REDIRECTS ========== +[[redirects]] + from = "/blog/better-onboarding-advice-from-engineering-leaders" + to = "/blog/better-onboarding-how-to-prevent-codebase-overwhelm" + +[[redirects]] + from = "/go/:slug" + to = "/blog/go/:slug" + +[[redirects]] + from = "/go" + to = "/blog" + +[[redirects]] + from = "/strange-loop/:slug" + to = "/blog/strange-loop/:slug" + +[[redirects]] + from = "/strange-loop" + to = "/blog" + +[[redirects]] + from = "/graphql/:slug" + to = "/blog/graphql/:slug" + +[[redirects]] + from = "/graphql" + to = "/blog" + +[[redirects]] + from = "/github-universe/:slug" + to = "/blog/github-universe/:slug" + +[[redirects]] + from = "/github-universe" + to = "/blog" +# ========== END BLOG REDIRECTS ========== + # ========== INDIVIDUAL REDIRECTS ========== [[redirects]] from = "/contact/sales" to = "/demo" - status = 301 - -[[redirects]] - from = "/blog/better-onboarding-advice-from-engineering-leaders/" - to = "/blog/better-onboarding-how-to-prevent-codebase-overwhelm/" - status = 301 [[redirects]] from = "/customers" to = "/use-cases" - status = 301 [[redirects]] from = "/dpa" to = "/dpa.pdf" - status = 301 [[redirects]] from = "/cloud-beta" to = "/" - status = 301 [[redirects]] from = "/contact/product-specialist"