Skip to content
This repository was archived by the owner on Sep 11, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ publishDate: 2019-07-22T00:00-07:00
tags: [
blog
]
slug: sourcegraph-liveblogging-at-gophercon-2019
slug: liveblogging-gophercon-2019
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh man, this blogpost thumbnail 😛 Just confirming it works!
/go/liveblogging-gophercon-2019 -> /blog/go/liveblogging-gophercon-2019

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🤣

heroImage: https://about.sourcegraph.com/gophercon2019.png
published: true
---
Expand Down
65 changes: 39 additions & 26 deletions netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down