Skip to content

Commit

Permalink
fix: links to old docs
Browse files Browse the repository at this point in the history
  • Loading branch information
LesnyRumcajs committed Sep 30, 2024
1 parent c9d3568 commit e6bd692
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions src/components/Footer/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ export const navigation = {
product: [
{
name: 'User Guide',
href: 'https://chainsafe.github.io/forest/introduction.html',
href: 'https://docs.forest.chainsafe.io/',
},
{
name: 'CLI Reference',
href: 'https://chainsafe.github.io/forest/rustdoc/forest_filecoin/index.html',
href: 'https://docs.forest.chainsafe.io/reference/cli',
},
{ name: 'Developer Documentation', href: 'https://chainsafe.github.io/forest/developer_documentation/introduction.html' },
{ name: 'Developer Documentation', href: 'https://docs.rs/forest-filecoin' },
{
name: 'Github Repo',
href: 'https://github.com/ChainSafe/forest',
Expand Down
6 changes: 3 additions & 3 deletions src/sections/BetaTesters/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,19 @@ import { sentenceVariant, letterVariant, splitText } from "@/styles/animations";
const cards = [
{
desc: 'Bootstrap your custom full node.',
link: 'https://chainsafe.github.io/forest/basic_usage.html',
link: 'https://docs.forest.chainsafe.io/getting_started/install',
},
{
desc: 'Select Calibration testnet or Filecoin main network.',
link: 'https://chainsafe.github.io/forest/configuration.html',
},
{
desc: 'Test our new HTTP-RPC interfaces.',
link: 'https://chainsafe.github.io/forest/developer_documentation/rpc_api_compatibility.html',
link: 'https://docs.forest.chainsafe.io/reference/json_rpc',
},
{
desc: 'Import the Filecoin archive.',
link: 'https://chainsafe.github.io/forest/developer_documentation/filecoin_archive.html',
link: 'https://docs.forest.chainsafe.io/knowledge_base/snapshot_service',
},
]

Expand Down
4 changes: 2 additions & 2 deletions src/sections/Documentation/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const cards = [
{
title: 'Docs',
desc: 'The end-user and developer documentation is available on GitHub pages.',
link: 'https://chainsafe.github.io/forest/',
link: 'https://docs.forest.chainsafe.io/',
},
{
title: 'Source Code',
Expand All @@ -17,7 +17,7 @@ const cards = [
{
title: 'Rust Docs',
desc: 'The full API documentation is available as a rust-doc book. ',
link: 'https://chainsafe.github.io/forest/rustdoc/forest_filecoin/index.html',
link: 'https://docs.rs/forest-filecoin/',
},

]
Expand Down
4 changes: 2 additions & 2 deletions src/sections/Downloads/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ const cards = [
title: 'Docker',
img: '/docker.png',
desc: 'Get the latest version of our Docker images',
link: 'https://chainsafe.github.io/forest/docker.html',
link: 'https://docs.forest.chainsafe.io/knowledge_base/docker_tips',
},
{
title: 'Binaries',
img: '/logo-symbol.png',
desc: 'Download pre-compiled binaries from our GitHub releases page',
link: 'https://github.com/ChainSafe/forest/releases',
link: 'https://docs.forest.chainsafe.io/getting_started/install',
},
{
title: 'Build from source',
Expand Down

0 comments on commit e6bd692

Please sign in to comment.