DOCUMENTATION: Replace outdated links for v2 migration guide and changelog (#1934)

This commit is contained in:
catloversg
2025-01-31 01:27:13 +07:00
committed by GitHub
parent ada903f356
commit 85cda00538

View File

@@ -22,13 +22,16 @@ export const V2Modal = (): React.ReactElement => {
You should also take a look at{" "}
<a
target="_"
href="https://github.com/bitburner-official/bitburner-src/blob/dev/doc/source/v2.0.0_migration.rst"
href="https://github.com/bitburner-official/bitburner-src/blob/stable/src/Documentation/doc/migrations/v2.md"
>
{" "}
the migration guide
</a>{" "}
as well as{" "}
<a target="_" href="https://github.com/bitburner-official/bitburner-src/blob/dev/doc/source/changelog.rst">
<a
target="_"
href="https://github.com/bitburner-official/bitburner-src/blob/stable/src/Documentation/doc/changelog.md"
>
the changelog
</a>
</Typography>