More linking

This commit is contained in:
Stuart Clements 2020-01-13 17:45:05 +01:00
parent 724efac8f6
commit d61bcc3c55
2 changed files with 11 additions and 3 deletions

View File

@ -27,4 +27,8 @@ Users who have Harbor system administrator, project administrator or project dev
## Filtering Images by Label
The images can be filtered by labels:
![filter images by labels](../img/filter_images_by_label.png)
![filter images by labels](../img/filter_images_by_label.png)
----------
[Back to table of contents](../index.md)

View File

@ -41,7 +41,7 @@ Project properties can be changed by clicking "Configuration".
* To make all repositories under the project accessible to everyone, select the `Public` checkbox.
* To prevent un-signed images under the project from being pulled, select the `Enable content trust` checkbox.
* To prevent un-signed images under the project from being pulled, select the `Enable content trust` checkbox. For more information about content trust, see [Implementing Content Trust](implementing_content_trust.md).
![browse project](../img/project_configuration.png)
@ -53,4 +53,8 @@ Entering a keyword in the search field at the top lists all matching projects an
## What to Do Next
[Assign Users to a Project](add_users.md)
[Assign Users to a Project](add_users.md)
----------
[Back to table of contents](../index.md)