Skip to content

Commit e070cee

Browse files
Fixed broken readme.md link.
1 parent fec1b52 commit e070cee

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ To get the Programming Language manually, you can provide the identifier name, w
5353
```C#
5454
var language = ColorCode.Languages.FindById("java");
5555
```
56-
See [LanguageId.cs](ColorCode/Common/LanguageId.cs) for the list of available Languages to parse.
56+
See [LanguageId.cs](ColorCode.Core/Common/LanguageId.cs) for the list of available Languages to parse.
5757

5858
## NuGet Packages
5959

@@ -76,4 +76,4 @@ Tested against 10.0.14393.0 and up.
7676
Please use [GitHub issues](https://github.com/WilliamABradley/ColorCode-Universal/issues) for bug reports and feature requests.
7777

7878
## Contributing
79-
Want to help out and add some more parsing support, or add a new Formatter platform? Submit a PR!
79+
Want to help out and add some more parsing support, or add a new Formatter platform? Submit a PR!

0 commit comments

Comments
 (0)