diff options
Diffstat (limited to 'src/doc_reform/meta/metadoc.d')
-rw-r--r-- | src/doc_reform/meta/metadoc.d | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc_reform/meta/metadoc.d b/src/doc_reform/meta/metadoc.d index db21087..1113183 100644 --- a/src/doc_reform/meta/metadoc.d +++ b/src/doc_reform/meta/metadoc.d @@ -117,7 +117,7 @@ template spineAbstraction() { ); } @safe string url_home() { - return "http://sisudoc.org"; + return "https://sisudoc.org"; } @safe string url_git() { return "https://git.sisudoc.org/software/sisu"; |