aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-docs/src/pages/project-administration/project-settings.md
diff options
context:
space:
mode:
Diffstat (limited to 'server/sonar-docs/src/pages/project-administration/project-settings.md')
-rw-r--r--server/sonar-docs/src/pages/project-administration/project-settings.md18
1 files changed, 9 insertions, 9 deletions
diff --git a/server/sonar-docs/src/pages/project-administration/project-settings.md b/server/sonar-docs/src/pages/project-administration/project-settings.md
index 3988ef4bd31..2c28bce1b24 100644
--- a/server/sonar-docs/src/pages/project-administration/project-settings.md
+++ b/server/sonar-docs/src/pages/project-administration/project-settings.md
@@ -9,7 +9,7 @@ Project tags allow you to categorize and group projects for easier selection on
## Administration Items
-Project administration is accessible through the **Administration** menu of each project.
+Project administration is accessible through the **Project Settings** menu of each project.
Only project administrators can access project's settings (see [Authorization](/instance-administration/security/)).
@@ -19,33 +19,33 @@ A project is automatically added at its first analysis. Note that you can also [
### Analysis Report Processing
-A project-level Background Tasks page is available at **Administration > Background Tasks** to allow project administrators to check their projects' processing. It offers analysis report details and logs.
+A project-level Background Tasks page is available at **Project Settings > Background Tasks** to allow project administrators to check their projects' processing. It offers analysis report details and logs.
### Deleting a Project
#### Deleting a Single Project
-You can delete a project through **Administration > Deletion**.
+You can delete a project through **Project Settings > Deletion**.
#### Deleting Multiple Projects
-You can also delete multiple projects simultaneously from the global **Administration > Projects > Management**.
+You can also delete multiple projects simultaneously from the global **Project Settings > Projects > Management**.
### Updating the Project Key
-The project key can be updated (without losing the history on the project) at **Administration > Update Key**.
+The project key can be updated (without losing the history on the project) at **Project Settings > Update Key**.
The new key must contain at least one non-digit character. Allowed characters are: 'a' through 'z', 'A' through 'Z', '-' (dash), '\_' (underscore), '.' (dot), ':' (colon) and digits '0' to '9'.
### Default Issue Assignee
-When new issues are created during an analysis, they are assigned to the last committer where the issue was raised. When it is not possible to identify the last committer, issues can be assigned to a default assignee, at ]Administration > General Settings > Issues](/#sonarqube-admin#/admin/settings).
+When new issues are created during an analysis, they are assigned to the last committer where the issue was raised. When it is not possible to identify the last committer, issues can be assigned to a default assignee, at [Administration > General Settings > Issues](/#sonarqube-admin#/admin/settings).
### Setting Quality Gate and Quality Profiles
Project administrators can select which ...
-* Quality profiles (go to **Administration > Quality Profiles**)
-* Quality gate (go to **Administration > Quality Gate**)
+* Quality profiles (go to **Project Settings > Quality Profiles**)
+* Quality gate (go to **Project Settings > Quality Gate**)
... to use on their project.
@@ -55,4 +55,4 @@ See [Narrowing the Focus](/project-administration/narrowing-the-focus/).
### Customizing Links
-On top of standard links which may only be set as [Analysis Parameters](/analysis/analysis-parameters/), additional custom links can be added through the web interface (under **Administration > Links**). Those links will then be displayed in the [Project Page](/user-guide/project-page/).
+On top of standard links which may only be set as [Analysis Parameters](/analysis/analysis-parameters/), additional custom links can be added through the web interface (under **Project Settings > Links**). Those links will then be displayed in the [Project Page](/user-guide/project-page/).