Skip to content

Commit 9b822c7

Browse files
Fix links in readme
1 parent 8dcc840 commit 9b822c7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<img width="250px" src="https://github.com/obdasystems/grapholscape/raw/develop/app/assets/logo.png">
33
</p>
44

5-
Advanced web viewer for ontologies written in GRAPHOL.[**Try me**](https://obdasystems.github.io/grapholscape/)
5+
Advanced web viewer for ontologies written in GRAPHOL.[**Try me**](https://obdasystems.github.io/grapholscape/demo/)
66

77
## Features
88
Grapholscape provides advanced and interactive tools to visually inspect all components of the ontology: you can search for predicates, filter elements on the diagram and get information about each element on the screen.
@@ -24,8 +24,8 @@ Grapholscape provides advanced and interactive tools to visually inspect all com
2424
## What is Graphol?
2525
GRAPHOL is a visual language for developing ontologies and offers a completely graphical representation of ontologies to users, in order to be easy understood by people who are not skilled in logic.
2626

27-
## Usage | [Demo](https://obdasystems.github.io/grapholscape/)
28-
You can try it [here](https://obdasystems.github.io/grapholscape/) or just clone the repository, `build` and open `./demo/index.html`, then select an example or drop your custom .graphol file in the box on the right side.
27+
## Usage | [Demo](https://obdasystems.github.io/grapholscape/demo/)
28+
You can try it [here](https://obdasystems.github.io/grapholscape/demo/) or just clone the repository, `build` and open `./demo/index.html`, then select an example or drop your custom .graphol file in the box on the right side.
2929

3030
### Embed in your project
3131

@@ -72,7 +72,7 @@ In the example we saw the method `showDiagram(0)`, for the complete API please r
7272

7373
Information about entities, namesapaces and diagrams are stored in `Grapholscape.ontology`. Read More in [`doc/ontology.md`](https://obdasystems.github.io/grapholscape/Ontology.html).
7474

75-
It is possible to pass also a json config object to define custom default settings. Read more: [default settings customization](https://github.com/obdasystems/grapholscape/tutorial-Settings.html).
75+
It is possible to pass also a json config object to define custom default settings. Read more: [default settings customization](https://obdasystems.github.io/grapholscape/tutorial-Settings.html).
7676

7777
### Build it locally
7878
Install `Node` and `npm`.

0 commit comments

Comments
 (0)