Skip to content
This repository was archived by the owner on May 7, 2024. It is now read-only.

Commit 1f45d05

Browse files
committed
Fixed typo
1 parent b694ee5 commit 1f45d05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/js/plugins/add-plugins-controller.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
$scope.alert = {
4545
msg : 'Plugins added in this section will be applied to <strong>all APIs</strong>.' +
4646
'<br>If you need to add plugins to a specific API, you can do it' +
47-
' in the <a href="/apis">APIs section</a>.'
47+
' in the <a href="#!/apis">APIs section</a>.'
4848
}
4949

5050
$scope.closeAlert = function() {

0 commit comments

Comments
 (0)