Skip to content

Commit

Permalink
Renamed org and repo
Browse files Browse the repository at this point in the history
  • Loading branch information
labra committed Aug 31, 2024
1 parent 3489b62 commit dd4782d
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<body>

<nav class="navbar navbar-expand-lg navbar-light bg-light">
<a class="navbar-brand" href="#">SHAPES-rs</a>
<a class="navbar-brand" href="#">rudof</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent"
aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
Expand All @@ -34,8 +34,8 @@
</nav>

<div class="container">
<h1>Shapes-rs</h1>
<p>Shapes-rs is an <a href="https://www.w3.org/RDF/">RDF</a> library that implements
<h1>rudof</h1>
<p>rudof is an <a href="https://www.w3.org/RDF/">RDF</a> library that implements
<a href="https://shex.io/">Shape Expressions (ShEx)</a>,
<a href="https://www.w3.org/TR/shacl/">SHACL</a>,
<a href="https://www.dublincore.org/specifications/dctap/">DCTAP</a>, and other technologies in the RDF
Expand All @@ -51,11 +51,11 @@ <h1>Shapes-rs</h1>
<li>We publish binaries in Linux, Windows and Apple which can be downloaded <a
href="https://github.com/weso/shex-rs/releases/">here</a>.
</li>
<li>Source code: <a href="https://github.com/weso/shapes-rs">https://github.com/weso/shapes-rs</a></li>
<li><a href="https://github.com/weso/shex-rs">List of issues</a></li>
<li><a href="https://github.com/weso/shex-rs/discussions/landing">Discussion</a></li>
<li><a href="https://github.com/weso/shapes-rs/wiki/Howto-guides">How-to guides</a></li>
<li><a href="https://github.com/weso/shapes-rs/wiki/FAQ">FAQ</a></li>
<li>Source code: <a href="https://github.com/rudof-project/rudof">https://github.com/weso/shapes-rs</a></li>
<li><a href="https://github.com/rudof-project/rudof/issues">List of issues</a></li>
<li><a href="https://github.com/rudof-project/rudof/discussions">Discussion</a></li>
<li><a href="https://github.com/rudof-project/rudof/wiki/How%E2%80%90to-guides">How-to guides</a></li>
<li><a href="https://github.com/rudof-project/rudof/wiki/FAQ">FAQ</a></li>
</ul>

<h2>Modules</h2>
Expand Down

0 comments on commit dd4782d

Please sign in to comment.