Skip to content

Commit 2e3b450

Browse files
authored
Fixes broken links (#1540)
The breaking changes were split up at some point in two sections but the internal link wasn't updated. This is now pointing at the full list of breaking changes again.
1 parent 7c47319 commit 2e3b450

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

blog/2024-06-25-nushell_0_95_0.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ As part of this release, we also publish a set of optional plugins you can insta
5454
## External command parsing improvements [[toc](#table-of-content)]
5555

5656
::: warning Breaking change
57-
See a full overview of the [breaking changes](#breaking-changes)
57+
See a full overview of the [breaking changes](#all-breaking-changes-toc)
5858
:::
5959

6060
A lot of the quirks of external command parsing have been cleaned up in [#13089](https://github.com/nushell/nushell/pull/13089), with most of the actual string handling work being moved into `nu-parser` itself. Previously, the parser was doing some very special things to create expressions in a way that `run-external` would then finish parsing in order to handle quotes in external options, globs, tilde expansion, etc., but this was error prone and did not have great test coverage.
@@ -93,7 +93,7 @@ Resolving this made it easier to find some of the edge cases that were not being
9393
## Plugin version reporting [[toc](#table-of-content)]
9494

9595
::: warning Breaking change
96-
See a full overview of the [breaking changes](#breaking-changes)
96+
See a full overview of the [breaking changes](#all-breaking-changes-toc)
9797
:::
9898

9999
Plugins can now report their own version to Nushell, and have it displayed in `plugin list` and `version`. This can help users understand exactly which plugin version they have active in their shell.

blog/2024-07-23-nushell_0_96_0.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ As part of this release, we also publish a set of optional plugins you can insta
7272
7373
```md
7474
::: warning Breaking change
75-
See a full overview of the [breaking changes](#breaking-changes)
75+
See a full overview of the [breaking changes](#all-breaking-changes-toc)
7676
:::
7777
```
7878
-->
@@ -104,7 +104,7 @@ We expect to be able to replace the current evaluation engine with the IR evalua
104104
## `$in` overhaul [[toc](#table-of-content)]
105105

106106
::: warning Breaking change
107-
See a full overview of the [breaking changes](#breaking-changes)
107+
See a full overview of the [breaking changes](#all-breaking-changes-toc)
108108
:::
109109

110110
The behavior of `$in` expressions has been made more consistent in [#13357](https://github.com/nushell/nushell/pull/13357), with the following rules generally applying:
@@ -187,7 +187,7 @@ Where `/usr` is used as the default, it can be customized by setting `$env.PREFI
187187
## Consistent parsing for known externals [[toc](#table-of-content)]
188188

189189
::: warning Breaking change
190-
See a full overview of the [breaking changes](#breaking-changes)
190+
See a full overview of the [breaking changes](#all-breaking-changes-toc)
191191
:::
192192

193193
[#13414](https://github.com/nushell/nushell/pull/13414) modified how known externals (i.e., those declared with the `extern` command) are parsed to make them behave more like normal external commands when arguments that are outside of the declaration are provided.

blog/2024-08-20-nushell_0_97_1.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ As part of this release, we also publish a set of optional plugins you can insta
6262
6363
```md
6464
::: warning Breaking change
65-
See a full overview of the [breaking changes](#breaking-changes)
65+
See a full overview of the [breaking changes](#all-breaking-changes-toc)
6666
:::
6767
```
6868
-->
@@ -73,7 +73,7 @@ As part of this release, we also publish a set of optional plugins you can insta
7373
## More consistent parsing of assignment [[toc](#table-of-content)]
7474

7575
::: warning Breaking change
76-
See a full overview of the [breaking changes](#breaking-changes)
76+
See a full overview of the [breaking changes](#all-breaking-changes-toc)
7777
:::
7878

7979
The assignment operators and `const` have been changed ([#13385](https://github.com/nushell/nushell/pull/13385)) to better reflect the behavior used by `let` and `mut`. Before 0.97, these two statements would have been interpreted very differently:
@@ -125,7 +125,7 @@ $env.FOO = 'C:\foo\bar\baz.exe'
125125
## Enhancements to path completions [[toc](#table-of-content)]
126126

127127
::: warning Breaking change
128-
See a full overview of the [breaking changes](#breaking-changes)
128+
See a full overview of the [breaking changes](#all-breaking-changes-toc)
129129
:::
130130

131131
Thanks to [@lavafroth](https://github.com/lavafroth) in [#13302](https://github.com/nushell/nushell/pull/13302), path completions now explicitly check for and prefer an exact match for a basename instead of longer or similar names.
@@ -331,7 +331,7 @@ Thanks to all the contributors below for helping us solve issues and improve doc
331331
- [Bump rust toolchain](https://github.com/nushell/nushell/pull/13499)
332332
- [Clippy fixes for toolchain bump](https://github.com/nushell/nushell/pull/13497)
333333
- [Create security policy](https://github.com/nushell/nushell/pull/13486)
334-
- [app/dependabot](https://github.com/app/dependabot) created
334+
- [app/dependabot](https://github.com/dependabot) created
335335
- [Bump indexmap from 2.3.0 to 2.4.0](https://github.com/nushell/nushell/pull/13617)
336336
- [Bump shadow-rs from 0.30.0 to 0.31.1](https://github.com/nushell/nushell/pull/13616)
337337
- [Bump sysinfo from 0.30.11 to 0.30.13](https://github.com/nushell/nushell/pull/13615)

0 commit comments

Comments
 (0)