Skip to content

Commit

Permalink
Fix: Link to API document (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperSodaSea authored Jan 15, 2024
1 parent 80999fb commit 5889363
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/guides/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ If you're new to PixiJS, we suggest you start with the Basics and read through t

As you explore the guides, you may find these resources valuable:

* [PixiJS API documentation](https://pixijs.download/release/docs)
* [PixiJS API documentation](https://pixijs.download/release/docs/index.html)
* [PixiJS Github repo](https://github.com/pixijs/pixijs)
2 changes: 1 addition & 1 deletion scripts/write-versions.js
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ const { compareVersions } = require('compare-versions');
version: 'dev',
releaseNotes: 'https://github.com/pixijs/pixijs/releases',
build: 'https://pixijs.download/dev/pixi.min.js',
docs: 'https://pixijs.download/release/docs',
docs: 'https://pixijs.download/release/docs/index.html',
dev: true,
npm: codeSandboxBaseUrl,
});
Expand Down

0 comments on commit 5889363

Please sign in to comment.