Skip to content

Commit 45bc6eb

Browse files
authored
Merge pull request #1232 from semanticarts/ryounes/1184-fix-readme-link
Fix readme link
2 parents 6e24096 + 189fcfb commit 45bc6eb

File tree

3 files changed

+16
-10
lines changed

3 files changed

+16
-10
lines changed

README.md

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,11 @@ You can also contribute to gist by adding your comments to [issue discussion thr
1010

1111
gist is free and open to the public under the [Creative Commons Attribution 4.0 International](https://creativecommons.org/licenses/by/4.0/) license. In addition to the conditions of this license, we require that any concepts used from gist remain in the gist namespace, and that you do not define your own term definitions in the gist namespace.
1212

13-
[Download the latest version of gist](https://w3id.org/semanticarts/ontology/gistCore).
13+
To get gist:
14+
15+
- Download the [latest released version of gist](https://downloads.semanticarts.com/gistCore_Current_Version.zip) or from the zip file available on the [GitHub repository releases page](https://github.com/semanticarts/gist/releases).
16+
- Import into Protégé with the link: <https://w3id.org/semanticarts/ontology/gistCore>.
17+
- Clone or download gist from the [GitHub repository](https://github.com/semanticarts/gist/).
1418

1519
For more information on gist and to download previous versions, see the [Semantic Arts website](https://www.semanticarts.com/gist).
1620

@@ -31,14 +35,14 @@ We provide a number of resources for learning more about gist.
3135

3236
Extensive documentation of gist is available in the [gist-doc repository](https://github.com/semanticarts/gist-doc). This repository contains documentation of the [Semantic Arts gist minimalist upper ontology](https://github.com/semanticarts/gist/tree/master) in three formats: narrative, graphical, and Widoco-style.
3337

34-
* **gist Constellations (eBook)**
35-
* The organization of the eBook is based around the idea of 'constellations' of classes and predicates that deal with related concepts.
36-
* epub and mobi formats
37-
* **gist Constellations (visualizations)**
38-
* A collection of PNG images built using the [Turtle Editor Viewer](http://semantechs.co.uk/turtle-editor-viewer/). Each image is made up of a single 'constellation' of classes as described above and shows the classes and their relationships, the literal annotations, and any anonymous classes used in class definitions.
39-
* **[Widoco](https://github.com/dgarijo/Widoco) documentation**
38+
- **gist Constellations (eBook)**
39+
- The organization of the eBook is based around the idea of 'constellations' of classes and predicates that deal with related concepts.
40+
- epub and mobi formats
41+
- **gist Constellations (visualizations)**
42+
- A collection of PNG images built using the [Turtle Editor Viewer](http://semantechs.co.uk/turtle-editor-viewer/). Each image is made up of a single 'constellation' of classes as described above and shows the classes and their relationships, the literal annotations, and any anonymous classes used in class definitions.
43+
- **[Widoco](https://github.com/dgarijo/Widoco) documentation**
4044

4145
### Additional Documentation
4246

43-
* **Videos:** We maintain a library of videos containing gist tutorials and recordings of our monthly gist Council meetings. You can find links to these videos on the [Semantic Arts website](https://www.semanticarts.com/gist/videos/), or directly access the entire catalog on [our YouTube channel](https://www.youtube.com/playlist?list=PLk2kJrehubb4dc3e5Db5Lvv9WMaOhV3V7).
44-
* The [Semantic Arts gist web page](https://www.semanticarts.com/gist/).
47+
- **Videos:** We maintain a library of videos containing gist tutorials and recordings of our monthly gist Council meetings. You can find links to these videos on the [Semantic Arts website](https://www.semanticarts.com/gist/videos/), or directly access the entire catalog on [our YouTube channel](https://www.youtube.com/playlist?list=PLk2kJrehubb4dc3e5Db5Lvv9WMaOhV3V7).
48+
- The [Semantic Arts gist web page](https://www.semanticarts.com/gist/).

docs/Contributing.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,6 @@ Some developers like to create a PR before work is completed. Follow the steps a
129129
- The description of the PR should contain the keywords "Closes #nnn" (or another of the [GitHub keywords](https://docs.github.com/en/enterprise/2.21/user/github/managing-your-work-on-github/linking-a-pull-request-to-an-issue#linking-a-pull-request-to-an-issue-using-a-keyword)) where nnn is the issue number. This automatically closes the related issue(s) when the PR is merged, and creates a link which allows readers and reviewers to easily reference the issue.
130130
- Example: "Correct cardinality restriction on class gist:Room. Closes #98."
131131
- If the PR fixes multiple issues, each issue should be listed on a separate line and preceded by the word "closes." number must be prefixed by the keyword. Example:
132-
-
133132

134133
```markdown
135134
Closes #98.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
### Patch Updates
2+
3+
- Fixed link to gist download in the README. Issue [#1184](https://github.com/semanticarts/gist/issues/1184).

0 commit comments

Comments
 (0)