Skip to content

Commit a03417c

Browse files
committed
fix broken links
1 parent 245beab commit a03417c

3 files changed

Lines changed: 3 additions & 6 deletions

File tree

  • docs
    • build/reference
    • explore-and-author/graph-exploration/building-a-customized-user-interface/sparql-constraints

docs/build/reference/customtask/index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ A custom workflow task is an operator that can be used in a workflow.
5757
| [Scheduler](Scheduler.md) | Executes a workflow at specified intervals. |
5858
| [Search addresses](SearchAddresses.md) | Looks up locations from textual descriptions using the configured geocoding API. Outputs results as RDF. |
5959
| [Search Vector Embeddings](cmem_plugin_pgvector-Search.md) | Search for top-k metadata stored in Postgres Vector Store (PGVector). |
60-
| [Send email](SendEmail.md) | Sends an email using an SMTP server. |
6160
| [Send Mattermost messages](cmem_plugin_mattermost.md) | Send messages to Mattermost channels and/or users. |
6261
| [Set or Overwrite parameters](cmem_plugin_parameters-ParametersPlugin.md) | Connect this task to a config port of another task in order to set or overwrite the parameter values of this task. |
6362
| [SHACL validation with pySHACL](shacl-pyshacl.md) | Performs SHACL validation with pySHACL. |

docs/build/reference/transformer/index.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -169,9 +169,7 @@ Transform operators transform a one or more sequences of string values to a sequ
169169
| [Remove duplicates](Normalize/removeDuplicates.md) | Normalize | Removes duplicated values, making a value sequence distinct. |
170170
| [Remove empty values](Filter/removeEmptyValues.md) | Filter | Removes empty values. |
171171
| [Remove parentheses](Normalize/removeParentheses.md) | Normalize | Remove all parentheses including their content, e.g., transforms 'Berlin (City)' -> 'Berlin'. |
172-
| [Remove remote stop words](Filter/removeRemoteStopWords.md) | Filter | Removes stop words based on a stop word list remote URL. |
173172
| [Remove special chars](Normalize/removeSpecialChars.md) | Normalize | Remove special characters (including punctuation) from a string. |
174-
| [Remove stop words](Filter/removeStopWords.md) | Filter | Removes stop words based on a stop word list resource. |
175173
| [Remove values](Filter/removeValues.md) | Filter | Removes values that contain words from a blacklist. The blacklist values are separated with commas. |
176174
| [Replace](Replace/replace.md) | Replace | Replace all occurrences of a string "search" with "replace" in a string. |
177175
| [Replace](Excel/Excel_REPLACE.md) | Excel | Excel REPLACE(text; position; length; new_text): Replaces part of a text string with a different text string. This function can be used to replace both characters and numbers (which are automatically converted to text). The result of the function is always displayed as text. To perform further calculations with a number which has been replaced by text, convert it back to a number using the VALUE function. Any text containing numbers must be enclosed in quotation marks so it is not interpreted as a number and automatically converted to text. Text is text of which a part will be replaced. Position is the position within the text where the replacement will begin. Length is the number of characters in text to be replaced. New_text is the text which replaces text.. |

docs/explore-and-author/graph-exploration/building-a-customized-user-interface/sparql-constraints/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,14 @@ Then we add a SPARQL Constrain shape, which ...
3131

3232
### Install needed Vocabularies
3333

34-
Go to the **:eccenca-application-vocabularies: [Vocabulary catalog](../../../vocabulary-catalog)** and install the RDF Schema and FOAF Vocabulary.
34+
Go to the **:eccenca-application-vocabularies: [Vocabulary catalog](../../../vocabulary-catalog/index.md)** and install the RDF Schema and FOAF Vocabulary.
3535
Your vocabulary catalog should look like this after installation
3636

3737
![Vocabulary Catalog with Installed Vocabularies](vocabulary-catalog.png){ class="bordered" }
3838

3939
### Create a Shape Catalog
4040

41-
Go to **:eccenca-application-explore: [Knowledge graphs](../../../graph-exploration)** and create a **New Shape Catalog**.
41+
Go to **:eccenca-application-explore: [Knowledge graphs](../../../graph-exploration/index.md)** and create a **New Shape Catalog**.
4242
Name the graph e.g. *My Shapes*.
4343
After this step, the browser shows you a nearly empty graph which shows SHACL classes such as **SHACL Node Shape** and **SHACL SPARQL Constraint** in the navigation.
4444

@@ -94,7 +94,7 @@ Before you create your new Node Shape (and new Property Shape) your screen shoul
9494

9595
Now we can validate the shape by creating a Person with a label which contains the term `eccenca`.
9696

97-
- Go to **:eccenca-application-explore: [Knowledge graphs](../../../graph-exploration)** and create a **New Knowledge Graph**.
97+
- Go to **:eccenca-application-explore: [Knowledge graphs](../../../graph-exploration/index.md)** and create a **New Knowledge Graph**.
9898
- Name: `My Person Data`
9999
- Imports: `foaf: Friend of a Friend vocabulary`
100100
- Select **Person** in the Navigation component, then use the **Create a new "Person"** button in the top right corner to create a new resource.

0 commit comments

Comments
 (0)