docs: fix broken link to Prism includeLangs.js default list of languages (#8904)

This commit is contained in:
conlacda 2023-05-12 19:15:09 +09:00 committed by GitHub
parent 07ad635b69
commit 3170515c89
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -78,7 +78,7 @@ Because a Prism theme is just a JS object, you can also write your own theme if
### Supported Languages {#supported-languages}
By default, Docusaurus comes with a subset of [commonly used languages](https://github.com/FormidableLabs/prism-react-renderer/blob/master/src/vendor/prism/includeLangs.js).
By default, Docusaurus comes with a subset of [commonly used languages](https://github.com/FormidableLabs/prism-react-renderer/blob/master/packages/generate-prism-languages/index.ts).
:::caution