Skip to content
This repository has been archived by the owner on Apr 17, 2023. It is now read-only.

Commit

Permalink
external links should use _blank target
Browse files Browse the repository at this point in the history
  • Loading branch information
cyntss committed Jun 2, 2016
1 parent 3e592f2 commit 128c76f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/views/admin/registries/new.html.slim
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@

p
| <span>If you have any doubts about this, just check our </span>
a href="http://port.us.org/documentation.html" documentation
a href="http://port.us.org/documentation.html" target="_blank" documentation
| . <span>In particular, make sure to check </span>
a href="http://port.us.org/docs/Configuring-Portus.html" how to configure Portus
a href="http://port.us.org/docs/Configuring-Portus.html" target="_blank" how to configure Portus
| <span> and </span>
a href="http://port.us.org/docs/Configuring-the-registry.html" how to configure your private registry
a href="http://port.us.org/docs/Configuring-the-registry.html" target="_blank" how to configure your private registry
| .

br
Expand Down

0 comments on commit 128c76f

Please sign in to comment.