Skip to content

Commit 3afb5a5

Browse files
committed
Fix some broken anchor links
1 parent 1231a8e commit 3afb5a5

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

blog/2023-01-10-nushell_0_74.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -229,14 +229,14 @@ We are exploring how nushell can leverage that for more useful diagnostics and c
229229

230230
- [Nushell 0.74](#nushell-074)
231231
- [Where to get it](#where-to-get-it)
232-
- [Themes of this release / New features](#themes-of-this-release--new-features)
232+
- [Themes of this release / New features](#themes-of-this-release-new-features)
233233
- [Known externals commands and `exec` now have "fall-through" signatures (merelymyself, WindSoilder, kubouch)](#known-externals-commands-and-exec-now-have-fall-through-signatures-merelymyself-windsoilder-kubouch)
234234
- [`help` is now more helpful (kubouch)](#help-is-now-more-helpful-kubouch)
235235
- [Initial support for parse-time constants (kubouch)](#initial-support-for-parse-time-constants-kubouch)
236236
- [New `url encode` command to percent-encode URLs (MehulG)](#new-url-encode-command-to-percent-encode-urls-mehulg)
237237
- [`values` command to programmatically interact with records (webbedspace)](#values-command-to-programmatically-interact-with-records-webbedspace)
238238
- [`get`, `select`, cell path access on tables will now error when encountering a hole (kubouch, webbedspace)](#get-select-cell-path-access-on-tables-will-now-error-when-encountering-a-hole-kubouch-webbedspace)
239-
- [Behavior of `-i`/`--ignore-errors` flag for `get` and `select` when the entire column is absent has changed](#behavior-of--i--ignore-errors-flag-for-get-and-select-when-the-entire-column-is-absent-has-changed)
239+
- [Behavior of `-i`/`--ignore-errors` flag for `get` and `select` when the entire column is absent has changed](#behavior-of-i-ignore-errors-flag-for-get-and-select-when-the-entire-column-is-absent-has-changed)
240240
- [Certain misused punctuation in `def` definitions are now errors (webbedspace, webbedspace)](#certain-misused-punctuation-in-def-definitions-are-now-errors-webbedspace-webbedspace)
241241
- [`$in` now works in `catch` closures](#in-now-works-in-catch-closures)
242242
- [MIME-types are supported in `ls` with an additional flag. (fdncred)](#mime-types-are-supported-in-ls-with-an-additional-flag-fdncred)

blog/2024-01-09-nushell_0_89_0.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@ As part of this release, we also publish a set of optional plugins you can insta
3131
- [Nushell 0.89.0](#nushell-0890)
3232
- [Where to get it](#where-to-get-it)
3333
- [Table of content](#table-of-content)
34-
- [Themes of this release / New features \[toc\]](#themes-of-this-release--new-features-toc)
35-
- [Removal of directory module auto-exports](#update-19012024-breaking-change-removal-of-directory-module-auto-exports-toc)
34+
- [Themes of this release / New features \[toc\]](#themes-of-this-release-new-features-toc)
35+
- [Removal of directory module auto-exports](#update-19-01-2024-breaking-change-removal-of-directory-module-auto-exports-toc)
3636
- [Spread operator for commands](#spread-operator-for-commands)
3737
- [Editor Improvements](#editor-improvements)
38-
- [Deprecation of `--flag: bool`](#deprecation-of---flag-bool)
38+
- [Deprecation of `--flag: bool`](#deprecation-of-flag-bool)
3939
- [Our set of commands is evolving \[toc\]](#our-set-of-commands-is-evolving-toc)
4040
- [New commands \[toc\]](#new-commands-toc)
4141
- [`ulimit` for Unix-based systems](#ulimit-for-unix-based-systems)

blog/2024-02-06-nushell_0_90_0.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,14 @@ As part of this release, we also publish a set of optional plugins you can insta
3131
- [Nushell 0.90.1](#nushell-0901)
3232
- [Where to get it](#where-to-get-it)
3333
- [Table of content](#table-of-content)
34-
- [Themes of this release / New features \[toc\]](#themes-of-this-release--new-features-toc)
34+
- [Themes of this release / New features \[toc\]](#themes-of-this-release-new-features-toc)
3535
- [New Reedline coolness](#new-reedline-coolness)
3636
- [(Breaking Change!) Handling globs](#breaking-change-handling-globs)
3737
- [Starting a new Language Reference](#starting-a-new-language-reference)
3838
- [Parse-time evaluation](#parse-time-evaluation)
3939
- [Integration of more uutils commands](#integration-of-more-uutils-commands)
4040
- [Dataframes: allow specifying schema (#11634)](#dataframes-allow-specifying-schema-11634)
41-
- [New CLI flag: `--no-history` (#11550)](#new-cli-flag---no-history-11550)
41+
- [New CLI flag: `--no-history` (#11550)](#new-cli-flag-no-history-11550)
4242
- [Strict JSON parsing (#11592)](#strict-json-parsing-11592)
4343
- [Our set of commands is evolving \[toc\]](#our-set-of-commands-is-evolving-toc)
4444
- [New commands \[toc\]](#new-commands-toc)

book/navigating_structured_data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Given Nushell's strong support for structured data, some of the more common task
1616
- [Using `get` and `select`](#using-get-and-select)
1717
- Example - `get` vs. `select` with a Table Row
1818
- Example - `select` with multiple rows and columns
19-
- [Handling missing data using the optional operator](#handling-missing-data---the-optional-operator)
19+
- [Handling missing data using the optional operator](#the-optional-operator)
2020
- [Key/Column names with spaces](#keycolumn-names-with-spaces)
2121
- [Other commands for navigating structured data](#other-commands-for-accessing-structured-data)
2222

0 commit comments

Comments
 (0)