Skip to content

Commit

Permalink
Fix broken links (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
EricWaight authored Sep 7, 2023
1 parent 1c7deff commit 6d54b83
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CSharp/CSharp.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ C# can be written in either VS Code or Visual Studio.

- [Install Visual Studio Code](https://code.visualstudio.com/)
- [Install .Net Core SDK](https://dotnet.microsoft.com/download)
- [Install C# extension](https://marketplace.visualstudio.com/items?itemName=ms-dotnettools.csharp>)
- [Install C# extension](https://marketplace.visualstudio.com/items?itemName=ms-dotnettools.csharp)

Visual Studio can handle C# out of the box. Setup recommendations are [here](/ide/VisualStudio/README.md).

Expand Down
2 changes: 1 addition & 1 deletion css/css.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,4 +99,4 @@ Declarations should still be in alphabetical order in all .SCSS files. However,
```

### Nesting ###
In accordance with the [Inception Rule](http://thesassway.com/beginner/the-inception-rule), styles nested more than four levels deep should not pass a code review without justification.
In accordance with the [Inception Rule](https://thesassway.com/beginner-the-inception-rule/), styles nested more than four levels deep should not pass a code review without justification.

0 comments on commit 6d54b83

Please sign in to comment.