Skip to content

Commit 4544e40

Browse files
authored
Fix broken link + typo (#1725)
* Fix typo CVS/CSV * Fix broken link
1 parent 780844c commit 4544e40

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

blog/2024-06-25-nushell_0_95_0.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ New constants for system-level items such as `$nu.vendor-autoload-dir` will be i
147147
| -------------------------------------------------- | -------------------------------------------------------------------------------------------------- | ------------------------------------------------------- |
148148
| [@NotTheDr01ds](https://github.com/NotTheDr01ds) | Suppress column index for default `cal` output | [#13188](https://github.com/nushell/nushell/pull/13188) |
149149
| [@NotTheDr01ds](https://github.com/NotTheDr01ds) | Fixed `generate` command signature | [#13200](https://github.com/nushell/nushell/pull/13200) |
150-
| [@ayax79](https://github.com/ayax79) | Use polars default infer schema amount of 100 rows instead of scanning entire CVS/json lines files | [#13193](https://github.com/nushell/nushell/pull/13193) |
150+
| [@ayax79](https://github.com/ayax79) | Use polars default infer schema amount of 100 rows instead of scanning entire CSV/json lines files | [#13193](https://github.com/nushell/nushell/pull/13193) |
151151
| [@zhiburt](https://github.com/zhiburt) | nu-explore: Add vertical lines && fix index/transpose issue | [#13147](https://github.com/nushell/nushell/pull/13147) |
152152
| [@devyn](https://github.com/devyn) | fix nu-system build on arm64 FreeBSD | [#13196](https://github.com/nushell/nushell/pull/13196) |
153153
| [@NotTheDr01ds](https://github.com/NotTheDr01ds) | Do example | [#13190](https://github.com/nushell/nushell/pull/13190) |
@@ -344,7 +344,7 @@ Thanks to all the contributors below for helping us solve issues and improve doc
344344

345345
| author | title | PR |
346346
| ------------------------------------------------ | -------------------------------------------------------------------------------------------------- | ------------------------------------------------------- |
347-
| [@ayax79](https://github.com/ayax79) | Use polars default infer schema amount of 100 rows instead of scanning entire CVS/json lines files | [#13193](https://github.com/nushell/nushell/pull/13193) |
347+
| [@ayax79](https://github.com/ayax79) | Use polars default infer schema amount of 100 rows instead of scanning entire CSV/json lines files | [#13193](https://github.com/nushell/nushell/pull/13193) |
348348
| [@weirdan](https://github.com/weirdan) | Update `sys users` signature | [#13172](https://github.com/nushell/nushell/pull/13172) |
349349
| [@WindSoilder](https://github.com/WindSoilder) | Improves commands that support range input | [#13113](https://github.com/nushell/nushell/pull/13113) |
350350
| [@devyn](https://github.com/devyn) | Fix compilation for `nu_protocol::value::from_value` on 32-bit targets | [#13169](https://github.com/nushell/nushell/pull/13169) |
@@ -372,7 +372,7 @@ Thanks to all the contributors below for helping us solve issues and improve doc
372372

373373
| author | title | PR |
374374
| ------------------------------------ | -------------------------------------------------------------------------------------------------- | ------------------------------------------------------- |
375-
| [@ayax79](https://github.com/ayax79) | Use polars default infer schema amount of 100 rows instead of scanning entire CVS/json lines files | [#13193](https://github.com/nushell/nushell/pull/13193) |
375+
| [@ayax79](https://github.com/ayax79) | Use polars default infer schema amount of 100 rows instead of scanning entire CSV/json lines files | [#13193](https://github.com/nushell/nushell/pull/13193) |
376376
| [@ayax79](https://github.com/ayax79) | Added the ability to turn on performance debugging through and env var for the polars plugin | [#13191](https://github.com/nushell/nushell/pull/13191) |
377377
| [@ayax79](https://github.com/ayax79) | Added the ability to open json lines dataframes with polars lazy json lines reader. | [#13167](https://github.com/nushell/nushell/pull/13167) |
378378
| [@ayax79](https://github.com/ayax79) | Allow the addition of an index column to be optional | [#13097](https://github.com/nushell/nushell/pull/13097) |
@@ -418,7 +418,7 @@ Thanks to all the contributors below for helping us solve issues and improve doc
418418
- [Fixes #13093 - Erroneous example in 'touch' help](https://github.com/nushell/nushell/pull/13095)
419419
- [`cd`/`def --env` examples](https://github.com/nushell/nushell/pull/13068)
420420
- [ayax79](https://github.com/ayax79) created
421-
- [Use polars default infer schema amount of 100 rows instead of scanning entire CVS/json lines files](https://github.com/nushell/nushell/pull/13193)
421+
- [Use polars default infer schema amount of 100 rows instead of scanning entire CSV/json lines files](https://github.com/nushell/nushell/pull/13193)
422422
- [Added the ability to turn on performance debugging through and env var for the polars plugin](https://github.com/nushell/nushell/pull/13191)
423423
- [Added the ability to open json lines dataframes with polars lazy json lines reader.](https://github.com/nushell/nushell/pull/13167)
424424
- [Allow the addition of an index column to be optional](https://github.com/nushell/nushell/pull/13097)

book/moving_around.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ cd ....
184184
```
185185

186186
::: tip
187-
Multi-dot shortcuts are available to both internal Nushell [filesystem commands](//commands/categories/filesystem.html) as well as to external commands. For example, running `^stat ....` on a Linux/Unix system will show that the path is expanded to `../../../..`
187+
Multi-dot shortcuts are available to both internal Nushell [filesystem commands](/commands/categories/filesystem.html) as well as to external commands. For example, running `^stat ....` on a Linux/Unix system will show that the path is expanded to `../../../..`
188188
:::
189189

190190
You can combine relative directory levels with directory names as well:

book/quick_tour.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ Pressing <kbd>Esc</kbd> one time returns from Scroll-mode to the View; Pressing
237237
:::
238238

239239
::: tip
240-
You can, of course, use the `explore` command on _any_ structured data in Nushell. This might include JSON data coming from a Web API, a spreadsheet or CVS file, YAML, or anything that can be represented as structured data in Nushell.
240+
You can, of course, use the `explore` command on _any_ structured data in Nushell. This might include JSON data coming from a Web API, a spreadsheet or CSV file, YAML, or anything that can be represented as structured data in Nushell.
241241

242242
Try `$env.config | explore` for fun!
243243
:::

fr/book/moving_around.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ Vous pouvez ajouter des points supplémentaires pour remonter de niveaux supplé
128128
@[code](@snippets/book/moving_around/multiple_cd_levels.nu)
129129

130130
::: tip
131-
Les raccourcis multi-points sont disponibles à la fois pour les commandes Nushelles, [les commandes du système de fichier](//commands/categories/filesystem.html) et les commandes externes. Par exemple, executer `^stat ....` sur un système Linux/Unix affichera que le chemin est étendu à `../../../..`
131+
Les raccourcis multi-points sont disponibles à la fois pour les commandes Nushelles, [les commandes du système de fichier](/commands/categories/filesystem.html) et les commandes externes. Par exemple, executer `^stat ....` sur un système Linux/Unix affichera que le chemin est étendu à `../../../..`
132132
:::
133133

134134
Vous pouvez aussi combiner des niveaux de répertoires relatifs avec des noms de répertoires :

0 commit comments

Comments
 (0)