Fix links from user settings to profile

This commit is contained in:
René Pfeuffer
2021-12-22 16:43:24 +01:00
parent 37f89bed77
commit 805ab36144
2 changed files with 2 additions and 2 deletions

View File

@@ -30,6 +30,6 @@ Es können öffentliche Schlüssel (Public Keys) zu Benutzern hinzugefügt werde
![Öffentliche Schlüssel](assets/user-settings-publickeys.png)
### API Schlüssel
Zur Nutzung in anderen Systemen wie z. B. CI Systemen können sogenannte API Schlüssel erstellt werden. Sie können für den Zugriff auf Repositories über die REST API sowie über SCM-Clients genutzt werden. Weitere Informationen zu API Schlüsseln befinden sich im [Abschnitt Profil](../profile/#api-schlüssel).
Zur Nutzung in anderen Systemen wie z. B. CI Systemen können sogenannte API Schlüssel erstellt werden. Sie können für den Zugriff auf Repositories über die REST API sowie über SCM-Clients genutzt werden. Weitere Informationen zu API Schlüsseln befinden sich im [Abschnitt Profil](../../profile/#api-schlüssel).
![API Schlüssel](assets/user-settings-apikeys.png)

View File

@@ -31,6 +31,6 @@ Add public keys to users to enable changeset signature verification.
### API Keys
To access SCM-Manager from other systems like for example CI servers, API keys can be created. They can be used to call
the REST API and for the access with SCM clients. Read more about API keys in the [Profile section](../profile/#api-keys).
the REST API and for the access with SCM clients. Read more about API keys in the [Profile section](../../profile/#api-keys).
![API Keys](assets/user-settings-apikeys.png)