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

adapt links to knowledge base #225

Merged
merged 3 commits into from
Nov 15, 2024
Merged
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
4 changes: 2 additions & 2 deletions src/components/Navbar.astro
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ export const MainNav: RecursiveMenu[] = [
{ title: 'ARCitect', slug: 'https://nfdi4plants.github.io/nfdi4plants.knowledgebase/arcitect/' },
{ title: 'Swate', slug: 'https://swate-alpha.nfdi4plants.org/' },
{ title: 'DataPLAN', slug: 'https://dmpg.nfdi4plants.org/' },
{ title: 'ARCManager', slug: 'https://www.nfdi4plants.de/nfdi4plants.knowledgebase/docs/ARCmanager-manual/00_index.html' },
{ title: 'ARCManager', slug: 'https://nfdi4plants.org/nfdi4plants.knowledgebase/arc-manager/' },
]
},
{ title: 'Knowledge Base', slug: 'https://www.nfdi4plants.de/nfdi4plants.knowledgebase/' },
{ title: 'Knowledge Base', slug: 'https://www.nfdi4plants.de/nfdi4plants.knowledgebase/start-here/' },
]

---
Expand Down
4 changes: 2 additions & 2 deletions src/content/subpageContent/toolbox/arcmanager.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
title: arcmanager
summary: A web service that allows DataPLANT users to create and modify ARCs in a web browser environment
icon: tabler:layout-grid-add
href: https://www.nfdi4plants.de/nfdi4plants.knowledgebase/docs/ARCmanager-manual/00_index.html
href: https://nfdi4plants.org/nfdi4plants.knowledgebase/arc-manager/
---

**Read More:**
- [ARCmanager manual](https://www.nfdi4plants.de/nfdi4plants.knowledgebase/docs/ARCmanager-manual/00_index.html)
- [ARCmanager manual](https://nfdi4plants.org/nfdi4plants.knowledgebase/arc-manager/)
- [ARCmanager homepage](https://nfdi4plants.de/arcmanager/app/index.html)