You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sortinghat/data.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ We already [built an index with SortingHat support](../gelk/sortinghat.html),
11
11
and produced a dashboard showing it.
12
12
But there is still a lot of SortingHat to learn,
13
13
if we want to use all of its capacities.
14
-
In this chapter we will learn how to use SortingHat in combination to other GrimoireLab tools (mainly Perceval and `p2o.py`). For a more complete guide to SortingHat, read the [SortingHat README](https://github.com/grimoirelab/sortinghat/blob/master/README.md).
14
+
In this chapter we will learn how to use SortingHat in combination to other GrimoireLab tools (mainly Perceval and `p2o.py`). For a more complete guide to SortingHat, read the [SortingHat README](https://github.com/chaoss/grimoirelab-sortinghat/blob/master/README.md).
15
15
16
16
We will start by adding some more repositories to the index, to have some more complete data. Then we will use it to explore the capabilities of SortingHat for merging identities, for adding affiliations and for adapting profiles.
17
17
@@ -67,7 +67,7 @@ The aim of each table is as follows:
67
67
*`identities`: identities found in repositories, and to which unique (merged) identity correspond each of them.
68
68
*`uidentities`: unique (merged)) identities.
69
69
*`profiles`: information to show in the dashboard for a unique identity.
70
-
*`organizations`: organziations to which unique identities may be affiliated.
70
+
*`organizations`: organizations to which unique identities may be affiliated.
71
71
*`enrollments`: relationship between unique identities and organizations.
72
72
*`countries`: countries which can be used in profiles.
73
73
*`domains_organizations`: email domains for organizations, used to infer affiliation relationships.
@@ -188,7 +188,7 @@ $ mysql -u user -pXXX -e 'DESCRIBE organizations;' shdb
188
188
189
189
```
190
190
191
-
In this format, each row corresponds to the description of a field in the `organizations` table. We can see how simple lit is: just an identifier (for linking with other tables) and a name for each organization.
191
+
In this format, each row corresponds to the description of a field in the `organizations` table. We can see how simple it is: just an identifier (for linking with other tables) and a name for each organization.
0 commit comments