From b5b019b22531c75278d806acbc7510fc5e086493 Mon Sep 17 00:00:00 2001 From: Kevin Schneider Date: Fri, 15 Mar 2024 09:49:42 +0100 Subject: [PATCH] fix readme link --- src/PackageRegistryService/Pages/Components/About.cs | 2 +- src/PackageRegistryService/Pages/Components/Footer.cs | 2 +- src/PackageRegistryService/Pages/Components/Navbar.cs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/PackageRegistryService/Pages/Components/About.cs b/src/PackageRegistryService/Pages/Components/About.cs index ef31d9f..cede1db 100644 --- a/src/PackageRegistryService/Pages/Components/About.cs +++ b/src/PackageRegistryService/Pages/Components/About.cs @@ -51,7 +51,7 @@ public static string Render() How can i contribute my own validation package?

In short, you create a validation package by submitting it to the AVPR staging area on GitHub. Once it is reviewed and approved, it will be published and available for download and use by others.

-

The process of submission with the correct metadata is extensively documented here

+

The process of submission with the correct metadata is extensively documented here

The process of writing validation packages with the ARCExpect reference implementation is documented here

How can i validate my ARC locally? diff --git a/src/PackageRegistryService/Pages/Components/Footer.cs b/src/PackageRegistryService/Pages/Components/Footer.cs index 7ebdef2..b028410 100644 --- a/src/PackageRegistryService/Pages/Components/Footer.cs +++ b/src/PackageRegistryService/Pages/Components/Footer.cs @@ -29,7 +29,7 @@ public static string Render(string active) {RenderFooterItem(active, "Home", "/")} {RenderFooterItem(active, "Browse Packages", "/packages")} {RenderFooterItem(active, "About", "/about")} - {RenderFooterItem(active, "Submit a package", "https://github.com/nfdi4plants/arc-validate-package-registry?tab=readme-ov-file#how-to-add-packages")} + {RenderFooterItem(active, "Submit a package", "https://github.com/nfdi4plants/arc-validate-package-registry?tab=readme-ov-file#validation-package-staging-area")} diff --git a/src/PackageRegistryService/Pages/Components/Navbar.cs b/src/PackageRegistryService/Pages/Components/Navbar.cs index 9f0f84a..d9cf3a1 100644 --- a/src/PackageRegistryService/Pages/Components/Navbar.cs +++ b/src/PackageRegistryService/Pages/Components/Navbar.cs @@ -24,7 +24,7 @@ public static string Render(string active) {RenderNavbarItem(active, "Home", "/")} {RenderNavbarItem(active, "Browse Packages", "/packages")} {RenderNavbarItem(active, "About", "/about")} -
  • Submit a package
  • +
  • Submit a package
  • "; }