mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-16 14:28: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{" "}
|
||||
<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>
|
||||
|
||||
Reference in New Issue
Block a user