Skip to content

Commit 6eb7d3e

Browse files
committed
Replaced GH URLs for JSON files w/ JSD ones
1 parent 01c395a commit 6eb7d3e

9 files changed

Lines changed: 9 additions & 9 deletions

File tree

computer-languages/docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
> ### _File extensions for computer languages._
1717
18-
It's just a [JSON file](https://github.com/adamlui/python-utils/blob/computer-languages-1.0.0/computer-languages/src/computer_languages/computer_languages.json), so you can use it in any environment. Sourced from GitHub's [Linguist](https://github.com/github-linguist/linguist) project (defines all 700+ languages known to GitHub). Data is updated via script and released via new package version.
18+
It's just a [JSON file](https://cdn.jsdelivr.net/gh/adamlui/python-utils@computer-languages-1.0.0/computer-languages/src/computer_languages/computer_languages.json), so you can use it in any environment. Sourced from GitHub's [Linguist](https://github.com/github-linguist/linguist) project (defines all 700+ languages known to GitHub). Data is updated via script and released via new package version.
1919

2020
## Installation
2121

data-languages/docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
> ### _File extensions for data languages._
1717
18-
It's just a [JSON file](https://github.com/adamlui/python-utils/blob/data-languages-1.0.0/data-languages/src/data_languages/data_languages.json), so you can use it in any environment. Sourced from GitHub's [Linguist](https://github.com/github-linguist/linguist) project (defines all 145 data languages known to GitHub). Data is updated via script and released via new package version.
18+
It's just a [JSON file](https://cdn.jsdelivr.net/gh/adamlui/python-utils@data-languages-1.0.0/data-languages/src/data_languages/data_languages.json), so you can use it in any environment. Sourced from GitHub's [Linguist](https://github.com/github-linguist/linguist) project (defines all 145 data languages known to GitHub). Data is updated via script and released via new package version.
1919

2020
## Installation
2121

find-project-root/docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,4 +88,4 @@ Copyright © 2026 [Adam Lui](https://github.com/adamlui).
8888
<a href="#top">Back to top ↑</a>
8989

9090
[project-markers-gh]: https://github.com/adamlui/python-utils/tree/main/project-markers/#readme
91-
[project-markers-json]: https://github.com/adamlui/python-utils/blob/main/project-markers/src/project_markers/project_markers.json
91+
[project-markers-json]: https://cdn.jsdelivr.net/gh/adamlui/python-utils/project-markers/src/project_markers/project_markers.json

latin-locales/docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
> ### _ISO 639-1 (2-letter) codes for Latin locales that don't require advanced Unicode support._
1515
16-
It's just a [JSON file](https://github.com/adamlui/python-utils/blob/latin-locales-1.0.1/latin-locales/src/latin_locales/latin_locales.json), so you can use it in any environment.
16+
It's just a [JSON file](https://cdn.jsdelivr.net/gh/adamlui/python-utils@latin-locales-1.0.1/latin-locales/src/latin_locales/latin_locales.json), so you can use it in any environment.
1717

1818
## Installation
1919

markup-languages/docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
> ### _File extensions for markup languages._
1717
18-
It's just a [JSON file](https://github.com/adamlui/python-utils/blob/markup-languages-1.0.1/markup-languages/src/markup_languages/markup_languages.json), so you can use it in any environment. Sourced from GitHub's [Linguist](https://github.com/github-linguist/linguist) project (defines all 69 markup languages known to GitHub). Data is updated via script and released via new package version.
18+
It's just a [JSON file](https://cdn.jsdelivr.net/gh/adamlui/python-utils@markup-languages-1.0.1/markup-languages/src/markup_languages/markup_languages.json), so you can use it in any environment. Sourced from GitHub's [Linguist](https://github.com/github-linguist/linguist) project (defines all 69 markup languages known to GitHub). Data is updated via script and released via new package version.
1919

2020
## Installation
2121

non-latin-locales/docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
> ### _ISO 639-1 (2-letter) codes for non-Latin locales requiring advanced Unicode support._
1515
16-
It's just a [JSON file](https://github.com/adamlui/python-utils/blob/non-latin-locales-1.0.1/non-latin-locales/src/non_latin_locales/non_latin_locales.json), so you can use it in any environment.
16+
It's just a [JSON file](https://cdn.jsdelivr.net/gh/adamlui/python-utils@non-latin-locales-1.0.1/non-latin-locales/src/non_latin_locales/non_latin_locales.json), so you can use it in any environment.
1717

1818
## Installation
1919

programming-languages/docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
> ### _File extensions for programming languages._
1717
18-
It's just a [JSON file](https://github.com/adamlui/python-utils/blob/programming-languages-2.0.0/programming-languages/src/programming_languages/programming_languages.json), so you can use it in any environment. Sourced from GitHub's [Linguist](https://github.com/github-linguist/linguist) project (defines all 500+ programming languages known to GitHub). Data is updated via script and released via new package version.
18+
It's just a [JSON file](https://cdn.jsdelivr.net/gh/adamlui/python-utils@programming-languages-2.0.0/programming-languages/src/programming_languages/programming_languages.json), so you can use it in any environment. Sourced from GitHub's [Linguist](https://github.com/github-linguist/linguist) project (defines all 500+ programming languages known to GitHub). Data is updated via script and released via new package version.
1919

2020
## Installation
2121

project-markers/docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
> ### _Common project root markers._
1515
16-
It's just a [JSON file](https://github.com/adamlui/python-utils/blob/project-markers-1.0.1/project-markers/src/project_markers/project_markers.json), so you can use it in any environment.
16+
It's just a [JSON file](https://cdn.jsdelivr.net/gh/adamlui/python-utils@project-markers-1.0.1/project-markers/src/project_markers/project_markers.json), so you can use it in any environment.
1717

1818
## Installation
1919

prose-languages/docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
> ### _File extensions for prose languages._
1717
18-
It's just a [JSON file](https://github.com/adamlui/python-utils/blob/prose-languages-1.0.0/prose-languages/src/prose_languages/prose_languages.json), so you can use it in any environment. Sourced from GitHub's [Linguist](https://github.com/github-linguist/linguist) project (defines all 18 prose languages known to GitHub). Data is updated via script and released via new package version.
18+
It's just a [JSON file](https://cdn.jsdelivr.net/gh/adamlui/python-utils@prose-languages-1.0.0/prose-languages/src/prose_languages/prose_languages.json), so you can use it in any environment. Sourced from GitHub's [Linguist](https://github.com/github-linguist/linguist) project (defines all 18 prose languages known to GitHub). Data is updated via script and released via new package version.
1919

2020
## Installation
2121

0 commit comments

Comments
 (0)