Skip to content

Commit

Permalink
Merge pull request #225 from Brilator/main
Browse files Browse the repository at this point in the history
adapt links to knowledge base
  • Loading branch information
Freymaurer authored Nov 15, 2024
2 parents 6c9f960 + dea6d2a commit d8b5e43
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
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)

0 comments on commit d8b5e43

Please sign in to comment.