Skip to content

Commit

Permalink
fix readme link
Browse files Browse the repository at this point in the history
  • Loading branch information
kMutagene committed Mar 15, 2024
1 parent cabfcbc commit b5b019b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/PackageRegistryService/Pages/Components/About.cs
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ public static string Render()
<b>How can i contribute my own validation package?</b>
</blockquote>
<p>In short, you create a validation package by submitting it to the <a href=""https://github.com/nfdi4plants/arc-validate-package-registry/tree/main/src/PackageRegistryService/StagingArea"">AVPR staging area on GitHub</a>. Once it is reviewed and approved, it will be published and available for download and use by others.</p>
<p>The process of submission with the correct metadata is extensively documented <a href=""https://github.com/nfdi4plants/arc-validate-package-registry?tab=readme-ov-file#how-to-add-packages"">here</a></p>
<p>The process of submission with the correct metadata is extensively documented <a href=""https://github.com/nfdi4plants/arc-validate-package-registry?tab=readme-ov-file#validation-package-staging-area"">here</a></p>
<p>The process of writing validation packages with the ARCExpect reference implementation is documented <a href=""https://nfdi4plants.github.io/arc-validate/ARCExpect/design.html"">here</a></p>
<blockquote>
<b>How can i validate my ARC locally?</b>
Expand Down
2 changes: 1 addition & 1 deletion src/PackageRegistryService/Pages/Components/Footer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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")}
</ul>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/PackageRegistryService/Pages/Components/Navbar.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public static string Render(string active)
{RenderNavbarItem(active, "Home", "/")}
{RenderNavbarItem(active, "Browse Packages", "/packages")}
{RenderNavbarItem(active, "About", "/about")}
<li><a href=""https://github.com/nfdi4plants/arc-validate-package-registry?tab=readme-ov-file#how-to-add-packages"">Submit a package</a></li>
<li><a href=""https://github.com/nfdi4plants/arc-validate-package-registry?tab=readme-ov-file#validation-package-staging-area"">Submit a package</a></li>
</ul>
</nav>";
}
Expand Down

0 comments on commit b5b019b

Please sign in to comment.