Skip to content

Commit 6aa57c3

Browse files
authored
Merge pull request #205 from TieWay59/fix-invalid-URLs
Fix invalid URLs
2 parents 14e0ed8 + 22df728 commit 6aa57c3

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

docs/components/workflow.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ The main components of GrimoireLab are:
3838
* **KingArthur**. Organizes the data retrieval from large collections of
3939
repositories of different kinds, providing a uniform API to all of them, and
4040
to the different retrieval jobs running in any moment. [Learn more about
41-
KingArthur](/grimoirelab-tutorial/basics/scenarios.html#arthur-orchestrating-data-retrieval).
41+
KingArthur](https://github.com/chaoss/grimoirelab-kingarthur).
4242
* **GrimoireELK**. Collects data retrieved by Arthur, or directly by Perceval,
4343
and stores it in ElasticSearch indexes (raw indexes). It also organizes and
4444
transforms those raw indexes into other ElasticSearch indexes (enriched
@@ -53,16 +53,16 @@ The main components of GrimoireLab are:
5353
construction of actionable dashboards to show the data in enriched indexes.
5454
* **Sigils**. Definition of Kibiter dashboards. They encode the panels,
5555
visualizations and other details needed to produce dashboards in Kibiter or
56-
Kibana. [Learn more about
56+
Kibana. [Learn more about
5757
Sigils](https://chaoss.github.io/grimoirelab-sigils/).
5858
* **Manuscripts**. Production of PDF documents reporting on the main
5959
characteristics of a project. [Learn more about
60-
Manuscripts](/grimoirelab-tutorial/manuscripts/first.html).
60+
Manuscripts](https://github.com/chaoss/grimoirelab-manuscripts).
6161
* **Mordred**. Manages the configuration of all the components needed to produce
6262
a dashboard, automating its production. [Learn more about
63-
Mordred](/grimoirelab-tutorial/basics/scenarios.html).
63+
Mordred](https://github.com/chaoss/grimoirelab-sirmordred).
6464

65-
![](./assets/grimoirelab-all-complete.png)
65+
![grimoirelab-all-complete.png](./assets/grimoirelab-all-complete.png)
6666

6767
In the figure above, GrimoireLab components are represented in the pale green
6868
box. Bold arrows show the main data flow: from data sources to Perceval (which

0 commit comments

Comments
 (0)