mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-17 23:08:36 +02:00
DOCUMENTATION: Replace outdated links for v2 migration guide and changelog (#1934)
This commit is contained in:
@@ -22,13 +22,16 @@ export const V2Modal = (): React.ReactElement => {
|
|||||||
You should also take a look at{" "}
|
You should also take a look at{" "}
|
||||||
<a
|
<a
|
||||||
target="_"
|
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
|
the migration guide
|
||||||
</a>{" "}
|
</a>{" "}
|
||||||
as well as{" "}
|
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
|
the changelog
|
||||||
</a>
|
</a>
|
||||||
</Typography>
|
</Typography>
|
||||||
|
|||||||
Reference in New Issue
Block a user