Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: APP-424 update registry/handbook links #2512

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@
"**/@typescript-eslint/eslint-plugin": "^6.7.3",
"**/@typescript-eslint/parser": "^6.7.3",
"webpack": "4.44.2",
"react-error-overlay": "6.0.9",
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

just removing an old dep that we don't need anymore that was causing some issues on netlify

"@emotion/react": "11.10.6",
"tss-react": "^4.8.2"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ const RegistryLayoutFooter: React.FC<React.PropsWithChildren<unknown>> = () => {
items: [
{
title: _(msg`Program Guide`),
href: 'https://registry.regen.network/v/regen-registry-program-guide/',
href: 'https://handbook.regen.network/regen-registry-overview/program-rules-and-requirements',
},
{
title: _(msg`How-to Articles`),
Expand Down
8 changes: 4 additions & 4 deletions web-www/components/templates/Layout/Layout.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,19 +34,19 @@ export const footerItems: [FooterItem, FooterItem, FooterItem, FooterItem] = [
items: [
{
title: 'Program Guide',
href: 'https://registry.regen.network/v/regen-registry-handbook/regen-registry-overview/program-rules-and-requirements/',
href: 'https://handbook.regen.network/regen-registry-overview/program-rules-and-requirements',
},
{
title: 'Create Methodology',
href: 'https://registry.regen.network/v/regen-registry-handbook/methodology-development/methodology-development-overview',
href: 'https://handbook.regen.network/v/regen-registry-handbook/methodology-development/methodology-development-overview',
},
{
title: 'Metholodology Review',
href: 'https://registry.regen.network/v/regen-registry-handbook/methodology-development/methodology-review-process',
href: 'https://handbook.regen.network/methodology-development/methodology-review-process',
},
{
title: 'Metholodology Library',
href: 'https://registry.regen.network/v/methodology-library/',
href: 'https://registry.regen.network/methodologies',
},
],
},
Expand Down