Skip to content

Commit 0371fe7

Browse files
Polaris000jgbarah
authored andcommitted
Minor fixes in sortinghat/data.md (#59)
1 parent 0d7fcc4 commit 0371fe7

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

sortinghat/data.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ We already [built an index with SortingHat support](../gelk/sortinghat.html),
1111
and produced a dashboard showing it.
1212
But there is still a lot of SortingHat to learn,
1313
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).
1515

1616
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.
1717

@@ -67,7 +67,7 @@ The aim of each table is as follows:
6767
* `identities`: identities found in repositories, and to which unique (merged) identity correspond each of them.
6868
* `uidentities`: unique (merged)) identities.
6969
* `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.
7171
* `enrollments`: relationship between unique identities and organizations.
7272
* `countries`: countries which can be used in profiles.
7373
* `domains_organizations`: email domains for organizations, used to infer affiliation relationships.
@@ -188,7 +188,7 @@ $ mysql -u user -pXXX -e 'DESCRIBE organizations;' shdb
188188
189189
```
190190

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.
192192

193193
`enrollments` table is a bit more complex:
194194

0 commit comments

Comments
 (0)