Skip to content

Commit

Permalink
chore: Remove links to roadmap (#17554)
Browse files Browse the repository at this point in the history
Discovered by
#17547 (comment)

We dropped the public roadmap as it seemed to be doing more harm than
good as it proved not to be
terribly accurate as priorities shift.

Signed-off-by: Jesse Szwedko <jesse.szwedko@datadoghq.com>

Signed-off-by: Jesse Szwedko <jesse.szwedko@datadoghq.com>
  • Loading branch information
jszwedko committed May 31, 2023
1 parent 0dfa09c commit 349c718
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 9 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ Vector**][docs.installation].

* [**Community**][urls.vector_community] - [chat][urls.vector_chat], [calendar][urls.vector_calendar], [@vectordotdev][urls.vector_twitter]
* [**Releases**][urls.vector_releases]
* [**Roadmap**][urls.vector_roadmap] - [vote on new features][urls.vote_feature]
* **Policies** - [Code of Conduct][urls.vector_code_of_conduct], [Privacy][urls.vector_privacy_policy], [Releases][urls.vector_releases_policy], [Security][urls.vector_security_policy], [Versioning][urls.vector_versioning_policy]

## Comparisons
Expand Down Expand Up @@ -221,7 +220,6 @@ Vector is an end-to-end, unified, open data platform.
[urls.vector_release_policy]: https://github.com/vectordotdev/vector/blob/master/RELEASING.md
[urls.vector_releases]: https://vector.dev/releases/
[urls.vector_releases_policy]: https://github.com/vectordotdev/vector/blob/master/RELEASES.md
[urls.vector_roadmap]: https://roadmap.vector.dev
[urls.vector_security_policy]: https://github.com/vectordotdev/vector/security/policy
[urls.vector_test_harness]: https://github.com/vectordotdev/vector-test-harness/
[urls.vector_twitter]: https://twitter.com/vectordotdev
Expand Down
6 changes: 0 additions & 6 deletions netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,6 @@ to = "https://github.com/vectordotdev/vector/discussions"
status = 302
force = true

[[redirects]]
from = "https://roadmap.vector.dev/*"
to = "https://airtable.com/shriTZW5LeOE4cIyJ"
status = 302
force = true

[[redirects]]
from = "https://sh.vector.dev/*"
to = "http://sh.vector.dev.s3-website-us-east-1.amazonaws.com/:splat"
Expand Down
1 change: 0 additions & 1 deletion website/cue/reference/urls.cue
Original file line number Diff line number Diff line change
Expand Up @@ -586,7 +586,6 @@ urls: {
vector_remap_transform: "/docs/reference/configuration/transforms/remap/"
vector_remap_transform_multiple: "/docs/reference/configuration/transforms/remap/#emitting-multiple-log-events"
vector_repo: "\(github)/vectordotdev/vector"
vector_roadmap: "https://roadmap.vector.dev"
vector_roles: "/docs/setup/deployment/roles"
vector_route_transform: "/docs/reference/configuration/transforms/route"
vector_rpm_source_files: "\(vector_repo)/tree/master/distribution/rpm"
Expand Down

0 comments on commit 349c718

Please sign in to comment.