Skip to content

Commit 6d8cb12

Browse files
docs: Removed broken links from README.md (#818)
Removed broken GitHub source code path references from Ontology, DataParser, and Util sections Removed broken relative links (Build-from-Source-with-Maven, Installation, Run-from-Java-or-Scala, Run-from-a-JAR) Added HTML comments documenting which links were removed solves issue #817
1 parent 182708c commit 6d8cb12

File tree

1 file changed

+15
-9
lines changed

1 file changed

+15
-9
lines changed

README.md

Lines changed: 15 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
**Homepage**: http://dbpedia.org <br/>
55
**Documentation**: http://dev.dbpedia.org/Extraction <br/>
66
**Get in touch with DBpedia**: https://wiki.dbpedia.org/join/get-in-touch <br/>
7-
**Slack**: join the [**#dev-team**](https://dbpedia.slack.com/archives/C0L9MJFU7) slack channel within the the [DBpedia Slack workspace](https://dbpedia-slack.herokuapp.com/) - the main point for [developement updates](https://github.com/dbpedia/extraction-framework/blob/master/.github/workflows/maven.yml) and discussions <br/>
7+
**Slack**: join the [**#dev-team**](https://dbpedia.slack.com/archives/C0L9MJFU7) Slack channel within the DBpedia Slack workspace the main point for [development updates](https://github.com/dbpedia/extraction-framework/blob/master/.github/workflows/maven.yml) and discussions <br/>
88

99
## Contents
1010

@@ -60,8 +60,9 @@ The DBpedia extraction framework is structured into different modules
6060
* **Dump extraction Module** : Contains the DBpedia dump extraction application.
6161

6262
### Core Module
63+
<!-- original link to Data flow image was broken -- replaced by archive.org link -->
6364

64-
![http://www4.wiwiss.fu-berlin.de/dbpedia/wiki/DataFlow.png](http://www4.wiwiss.fu-berlin.de/dbpedia/wiki/DataFlow.png "http://www4.wiwiss.fu-berlin.de/dbpedia/wiki/DataFlow.png")
65+
![https://web.archive.org/web/20111109084216if_/http://www4.wiwiss.fu-berlin.de/dbpedia/wiki/DataFlow.png](https://web.archive.org/web/20111109084216if_/http://www4.wiwiss.fu-berlin.de/dbpedia/wiki/DataFlow.png "https://web.archive.org/web/20111109084216if_/http://www4.wiwiss.fu-berlin.de/dbpedia/wiki/DataFlow.png")
6566

6667
<a name="p27582-10"></a>
6768

@@ -76,9 +77,13 @@ The DBpedia extraction framework is structured into different modules
7677

7778
In addition to the core components, a number of utility packages offers essential functionality to be used by the extraction code:
7879

79-
* **Ontology** Classes used to represent an ontology. Methods for both, reading and writing ontologies are provided. All classes are located in the namespace [org.dbpedia.extraction.ontology](tree/master/core/src/main/scala/org/dbpedia/extraction/ontology)
80-
* **DataParser** Parsers to extract data from nodes in the abstract syntax tree. All classes are located in the namespace [org.dbpedia.extraction.dataparser](tree/master/core/src/main/scala/org/dbpedia/extraction/dataparser)
81-
* **Util** Various utility classes. All classes are located in the namespace [org.dbpedia.extraction.util](tree/master/core/src/main/scala/org/dbpedia/extraction/util)
80+
* **Ontology** Classes used to represent an ontology. Methods for both, reading and writing ontologies are provided. All classes are located in the namespace [org.dbpedia.extraction.ontology](https://github.com/dbpedia/extraction-framework/tree/master/core/src/main/scala/org/dbpedia/extraction/ontology)
81+
82+
83+
* **DataParser** Parsers to extract data from nodes in the abstract syntax tree. All classes are located in the namespace [org.dbpedia.extraction.dataparser](https://github.com/dbpedia/extraction-framework/tree/master/core/src/main/scala/org/dbpedia/extraction/dataparser)
84+
85+
* **Util** Various utility classes. All classes are located in the namespace [org.dbpedia.extraction.util](https://github.com/dbpedia/extraction-framework/tree/master/core/src/main/scala/org/dbpedia/extraction/util)
86+
8287

8388
<a name="dump-extraction-module"></a>
8489
### Dump extraction Module
@@ -119,10 +124,11 @@ Please keep in mind:
119124

120125
More tips:
121126
- Guides to setup your development environment for [IntelliJ IDEA](https://github.com/dbpedia/extraction-framework/wiki/Setting-up-intellij-idea) or [Eclipse](https://github.com/dbpedia/extraction-framework/wiki/Setting-up-eclipse).
122-
- Get help with the [Maven build](Build-from-Source-with-Maven) or another form of [installation](Installation).
123-
- [Download](Downloads) some data to work with.
124-
- How to run [from Scala/Java](Run-from-Java-or-Scala) or [from a JAR](Run-from-a-JAR).
125-
- Having different troubles? Check the [troubleshooting page](Troubleshooting) or post on https://forum.dbpedia.org.
127+
- Get help with the [quick-start guide](https://github.com/dbpedia/extraction-framework/blob/master/documentation/quickstart.md).
128+
129+
- [DBpedia resources](https://www.dbpedia.org/resources/) to work with.
130+
131+
- Having different troubles? Check the [troubleshooting page](https://www.dbpedia.org/sample-page) or post on https://forum.dbpedia.org.
126132

127133
### Important: Developer's Certificate of Origin
128134
By sending a pull request to the [extraction-framework repository](https://github.com/dbpedia/extraction-framework) on GitHub, you implicitly accept the [Developer's Certificate of Origin 1.1](https://github.com/dbpedia/extraction-framework/blob/master/documentation/DeveloperCertificateOfOrigin.md)

0 commit comments

Comments
 (0)