From 385f4cff142664d5bc2eb6995aa068a565f250af Mon Sep 17 00:00:00 2001 From: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com> Date: Mon, 26 May 2025 05:44:04 +0200 Subject: [PATCH] Update 3RD_PARTY_QUICK_START.md --- extra/3RD_PARTY_QUICK_START.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extra/3RD_PARTY_QUICK_START.md b/extra/3RD_PARTY_QUICK_START.md index 1d6e7e1152..6d8f67f48b 100644 --- a/extra/3RD_PARTY_QUICK_START.md +++ b/extra/3RD_PARTY_QUICK_START.md @@ -10,7 +10,7 @@ So you'd like to create and share your own language definition for Highlight.js. - [ ] Clone the main [highlight-js](https://github.com/highlightjs/highlight.js) repository from GitHub - [ ] Read our [Language Contributor Checklist](https://highlightjs.readthedocs.io/en/latest/language-contribution.html) - [ ] Review the [Language Definition Guide](https://highlightjs.readthedocs.io/en/latest/language-guide.html) -- [ ] Start with our [repository template](https://github.com/highlightjs/highlightjs-language-template) to more easily follow the suggested layout. (this isn't ready yet!) +- [ ] Start with our [repository template](https://github.com/sebastiaanspeck/highlightjs-language-template) to more easily follow the suggested layout. (this isn't ready yet!) ## Create your repository