docs: Update README.md to fix broken link to current roadmap#3979
Merged
joelostblom merged 2 commits intovega:mainfrom Oct 17, 2024
Merged
docs: Update README.md to fix broken link to current roadmap#3979joelostblom merged 2 commits intovega:mainfrom
joelostblom merged 2 commits intovega:mainfrom
Conversation
joelostblom
approved these changes
Oct 17, 2024
Contributor
joelostblom
left a comment
There was a problem hiding this comment.
Thank you for fixing the link! I made a small edit so that the info pane with the readme shows up, which is how we have it elsewhere.
Merged
lsh
added a commit
that referenced
this pull request
Jan 24, 2025
changes since v5.30.0 **vega-utils** * use `Object.hasOwn` instead of `Object.prototype.hasOwnProperty` (via #3951). (Thanks @domoritz!) **vega-parser** * Add discrete legend type (via #3957). (Thanks @hydrosquall!) **vega-functions** * Add sort function to vega-functions (and vega-interpreter) (via #3973). (Thanks @hydrosquall!) **vega-selections** * Add field predicate types to selectionTest (via #3675). (Thanks @jonathanzong!) **monorepo** * Replace flights-5k.json external reference (via #3999). (Thanks @dwootton!) **docs** * Update packed bubble example (via #3955). (Thanks @PBI-David!) * Correct typo in production rules documentation (via #3958). (Thanks @shanebruggeman!) * Update README.md to fix broken link to current roadmap (via #3979). (Thanks @cahogan & @joelostblom!) --------- Signed-off-by: Lukas Hermann <1734032+lsh@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The current roadmap link in the README leads to a 404. I found this alternative roadmap link referenced elsewhere, and it looks up-to-date to me -- but maintainers should double-check that this is the desired target to fix the broken link.
Thanks for all of your work on this project!