Skip to content

Commit 5d343ba

Browse files
committed
renamed directory
1 parent 08f8c9a commit 5d343ba

File tree

6 files changed

+3
-3
lines changed

6 files changed

+3
-3
lines changed
File renamed without changes.
File renamed without changes.

config.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1292,8 +1292,8 @@
12921292
},
12931293
{
12941294
"uuid": "fb7effaa-9642-4365-8766-6b2876067302",
1295-
"slug": "redirections",
1296-
"name": "Redirections"
1295+
"slug": "redirection",
1296+
"name": "Redirection"
12971297
}
12981298
],
12991299
"key_features": [

docs/SYLLABUS.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ While the learning exercises are still incomplete, most of the concept documenta
1515
* [More About Arrays](https://exercism.org/tracks/bash/concepts/more-arrays)
1616
* [Pipelines and Command Lists](https://exercism.org/tracks/bash/concepts/pipelines)
1717
* [Functions](https://exercism.org/tracks/bash/concepts/functions)
18-
* [Redirections](https://exercism.org/tracks/bash/concepts/redirections)
18+
* [Redirection](https://exercism.org/tracks/bash/concepts/redirection)
1919

2020
There will be more.
2121
Check the "**What's going on with Bash**" section on the [Bash track page](https://exercism.org/tracks/bash) periodically.

0 commit comments

Comments
 (0)