Skip to content

Commit 67dadb3

Browse files
committed
Fixed dead links
1 parent 08fe574 commit 67dadb3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ Otherwise, roughly speaking, the shell reads its input and divides the input int
9393
The shell then parses these tokens into commands and other constructs, removes the special meaning of certain words or characters, expands others, redirects input and output as needed, executes the specified command, waits for the command’s exit status, and makes that exit status available for further inspection or processing.
9494

9595
## Project Requirements
96-
We have restrictions in what we are allowed to use, summarized here: [subject and allowed functions](docs/allowed_functions.md).
96+
We have restrictions in what we are allowed to use, summarized here: [subject and allowed functions](allowed_functions.md).
9797

9898
## Architecture
9999
A well defined architecture is a better experience for team work, but it doesnt come free, takes work and modularity is key. But when modularity doesn’t end up being helpful, it quickly becomes actively harmful and it spirals out of control.
@@ -224,7 +224,7 @@ typedef enum e_tokentype {
224224
} t_tokentype;
225225
```
226226

227-
More about delimiters here: [grammar](docs/grammar.md)
227+
More about delimiters here: [grammar](grammar.md)
228228

229229
## Parentheses
230230
```
@@ -1096,7 +1096,7 @@ Please note that termcap is quite old and has largely been replaced by terminfo
10961096
10971097
## Some Extra Considerations
10981098
See the [extra.md](extra.md) file for some extra considerations
1099-
and more about the evaluation of the project in the [evaluation.md](docs/evaluation.md) file.
1099+
and more about the evaluation of the project in the [evaluation.md](evaluation.md) file.
11001100
Here is the list of resources formatted in markdown:
11011101
11021102
## Resources

0 commit comments

Comments
 (0)