Skip to content

Commit

Permalink
Updated some links and version for 0.2.13
Browse files Browse the repository at this point in the history
  • Loading branch information
labra committed Apr 23, 2024
1 parent b2c83d2 commit 5ce6082
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
REACT_APP_RDFSHAPE_HOST=https://api.rdfshape.weso.es
REACT_APP_RDFSHAPE_WS_HOST=wss://api.rdfshape.weso.es
REACT_APP_VERSION=0.2.12
REACT_APP_VERSION=0.2.13
2 changes: 1 addition & 1 deletion .env.development
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
REACT_APP_RDFSHAPE_HOST=http://localhost:8080
REACT_APP_RDFSHAPE_WS_HOST=ws://localhost:8080
REACT_APP_VERSION=0.2.12
REACT_APP_VERSION=0.2.13
12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@
"yashe": "^1.3.22"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"start": "react-scripts --openssl-legacy-provider start",
"build": "react-scripts --openssl-legacy-provider build",
"test": "react-scripts test --passWithNoTests",
"eject": "react-scripts eject"
},
Expand Down
4 changes: 2 additions & 2 deletions src/About.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ function About() {
<a href="http://ceur-ws.org/Vol-2180/paper-35.pdf">
RDFShape: An RDF playground based on Shapes
</a>
, <a href="http://labra.weso.es">Jose Emilio Labra Gayo</a>, Daniel
Fernández Álvarez, Herminio García González, Demo presented at{" "}
, <a href="http://labra.weso.es">Jose Emilio Labra Gayo</a>, <a href="http://danifdez.weso.es/">Daniel
Fernández Álvarez</a>, <a href="https://herminiogarcia.com/">Herminio García González</a>, Demo presented at{" "}
<a href="http://iswc2018.semanticweb.org/">
International Semantic Web Conference
</a>
Expand Down
5 changes: 3 additions & 2 deletions src/Home.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@ function Home() {
<h1>RDFShape</h1>
<p>
RDFShape is a playground for RDF data conversion, validation and
visualization, among other features. Here are some ideas:
visualization, among other features.
</p>
<p>It supports the following tasks:</p>
<ul>
<li>
<a href="https://www.w3.org/TR/rdf11-concepts/">RDF</a> conversion
Expand Down Expand Up @@ -41,7 +42,7 @@ function Home() {
</p>
<ul>
<li>
Data <a href={API.routes.client.dataInfoRoute}>analyis</a> and
Data <a href={API.routes.client.dataInfoRoute}>analysis</a> and
visualization
</li>
<li>
Expand Down

0 comments on commit 5ce6082

Please sign in to comment.