You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by il...@apache.org on 2020/02/19 11:11:06 UTC

[syncope] branch 2_1_X updated: Correct formatting for external links

This is an automated email from the ASF dual-hosted git repository.

ilgrosso pushed a commit to branch 2_1_X
in repository https://gitbox.apache.org/repos/asf/syncope.git


The following commit(s) were added to refs/heads/2_1_X by this push:
     new fd6fdab  Correct formatting for external links
fd6fdab is described below

commit fd6fdabafd61573b734feee89f55bddfb4ef0422
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Wed Feb 19 12:10:36 2020 +0100

    Correct formatting for external links
---
 .../systemadministration/setadmincredentials.adoc            | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/src/main/asciidoc/reference-guide/workingwithapachesyncope/systemadministration/setadmincredentials.adoc b/src/main/asciidoc/reference-guide/workingwithapachesyncope/systemadministration/setadmincredentials.adoc
index 58d8c53..0ba8718 100644
--- a/src/main/asciidoc/reference-guide/workingwithapachesyncope/systemadministration/setadmincredentials.adoc
+++ b/src/main/asciidoc/reference-guide/workingwithapachesyncope/systemadministration/setadmincredentials.adoc
@@ -64,12 +64,12 @@ $ python3 pySSHA/ssha.py -p password -enc sha256 -s 666ac543 \
 
 Several tools involved here:
 
-* https://github.com/peppelinux/pySSHA-slapd[pySSHA-slapd]
-* http://man7.org/linux/man-pages/man1/xargs.1.html[xargs]
-* http://man7.org/linux/man-pages/man1/echo.1.html[echo]
-* http://man7.org/linux/man-pages/man1/base64.1.html[base64]
-* https://linux.die.net/man/1/xxd[xxd]
-* http://man7.org/linux/man-pages/man1/tr.1.html[tr]
+* https://github.com/peppelinux/pySSHA-slapd[pySSHA-slapd^]
+* http://man7.org/linux/man-pages/man1/xargs.1.html[xargs^]
+* http://man7.org/linux/man-pages/man1/echo.1.html[echo^]
+* http://man7.org/linux/man-pages/man1/base64.1.html[base64^]
+* https://linux.die.net/man/1/xxd[xxd^]
+* http://man7.org/linux/man-pages/man1/tr.1.html[tr^]
 
 The command above will: