docs: Replace redirect url in expressions.md#3996
Conversation
Related vega/altair#3699 (comment) This PR provides an upstream fix for `altair` when parsing this URL for [`alt.expr.sampleUniform`](https://altair-viz.github.io/user_guide/generated/api-cls/altair.expr.html#altair.expr). Both links reach the same page, but @jonmmease discovered the current one got mangled during parsing. - [Current URL](https://en.wikipedia.org/wiki/Uniform_distribution_(continuous)) - [Replacement URL](https://en.wikipedia.org/wiki/Continuous_uniform_distribution)
|
I'll be honest, I have no clue what is going on here (https://github.com/vega/vega/actions/runs/12585813958/job/35078386333?pr=3996) Tried to build the project locally, but got tripped up by this seemingly conflicting with (#3915): Lines 59 to 61 in f43b21f Seemed to have worked around that locally - but still struggling to get much working (https://github.com/vega/vega/#build-instructions) |
|
@domoritz FYI, the failures seem to be unrelated to this PR. I approved these runs and they failed as well: |
Sure @domoritz, will have a look tomorrow |
Deploying vega with
|
| Latest commit: |
4a25ef2
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://8f3092a1.vega-628.pages.dev |
| Branch Preview URL: | https://docs-replace-sample-uniform.vega-628.pages.dev |
|
@jonmmease No rush, but could you take a look at this PR before https://github.com/vega/vl-convert/releases/tag/v1.80? Ideally I'd want the next time
Tip Remember to check NOTES_FOR_MAINTAINERS.md#updating-vega-versions for the updated-update process 🙂 |
Changes since v5.31.0 **vega-expression** * Add base64 string encoder/decoder to `vega-expression` and `vega-interpreter` (via #4009). (Thanks @hydrosquall!) **vega-typings** * Add Typescript Types for `vega-loader` (via #4000). (Thanks @hydrosquall!) **docs** * Correct data year citation in dorling-cartogram example (via #4006). (Thanks @dsmedia!) * Update typo in vega.timeFloor description (via #4010). (Thanks @hydrosquall!) * Add Security Advisory Policy for Vega (via #4008). (Thanks @hydrosquall!) * Replace redirect url in `expressions.md` (via #3996). (Thanks @dangotbanned!) * correct queries to query in `crossfilter.md` (via #4005). (Thanks @danmarshall!) --------- Signed-off-by: Lukas Hermann <1734032+lsh@users.noreply.github.com>
Related vega/altair#3699 (comment)
This PR provides an upstream fix for
altairwhen parsing this URL foralt.expr.sampleUniform.Both links reach the same page, but @jonmmease discovered the current one got mangled during parsing.
I came across the code added to fix this in (vega/altair@4433faa) and I'm hoping to clean it up as per (vega/altair#3687 (comment))
Tracking
flights-5k.jsonexternal reference #3999