Skip to content

Commit

Permalink
change security and registry link url (#649)
Browse files Browse the repository at this point in the history
Signed-off-by: Meina Zhou <meinaz@vmware.com>
  • Loading branch information
zhoumeina authored and renmaosheng committed Jan 11, 2019
1 parent 26a5d2a commit 1f02bea
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@

<ng-template clrPageTitle>
Security
<a [href]="'https://vmware.github.io/vic-product/assets/files/html/' + pluginLinkVersion + '/vic_vsphere_admin/vch_registry.html'"
<a [href]="'https://vmware.github.io/vic-product/assets/files/html/' + pluginLinkVersion + '/vic_vsphere_admin/vch_security.html'"
target="_blank">
<clr-icon shape="help" class="is-info"></clr-icon>
</a>
Expand All @@ -149,7 +149,7 @@

<ng-template clrPageTitle>
Registry Access
<a [href]="'https://vmware.github.io/vic-product/assets/files/html/'+ pluginLinkVersion + '/vic_vsphere_admin/vch_security.html'"
<a [href]="'https://vmware.github.io/vic-product/assets/files/html/'+ pluginLinkVersion + '/vic_vsphere_admin/vch_registry.html'"
target="_blank">
<clr-icon shape="help" class="is-info"></clr-icon>
</a>
Expand Down

0 comments on commit 1f02bea

Please sign in to comment.