From 07562d6b99ddea15b83b50c4713ce304e49f46ea Mon Sep 17 00:00:00 2001 From: Araq Date: Mon, 6 Feb 2017 22:43:07 +0100 Subject: [PATCH] website: http to https updates --- compiler/installer.ini | 8 ++++---- copying.txt | 4 ++-- doc/contributing.rst | 2 +- doc/koch.rst | 2 +- tools/website.tmpl | 6 +++--- web/community.rst | 4 ++-- 6 files changed, 13 insertions(+), 13 deletions(-) diff --git a/compiler/installer.ini b/compiler/installer.ini index 2263e030f2..d0e7448256 100644 --- a/compiler/installer.ini +++ b/compiler/installer.ini @@ -99,10 +99,10 @@ Files: r"tools\start.bat" BinPath: r"bin;dist\mingw\bin;dist" ; Section | dir | zipFile | size hint (in KB) | url | exe start menu entry -Download: r"Documentation|doc|docs.zip|13824|http://nim-lang.org/download/docs-${version}.zip|overview.html" -Download: r"C Compiler (MingW)|dist|mingw.zip|82944|http://nim-lang.org/download/${mingw}.zip" -Download: r"Support DLLs|bin|nim_dlls.zip|479|http://nim-lang.org/download/dlls.zip" -Download: r"Aporia Text Editor|dist|aporia.zip|97997|http://nim-lang.org/download/aporia-0.4.0.zip|aporia-0.4.0\bin\aporia.exe" +Download: r"Documentation|doc|docs.zip|13824|https://nim-lang.org/download/docs-${version}.zip|overview.html" +Download: r"C Compiler (MingW)|dist|mingw.zip|82944|https://nim-lang.org/download/${mingw}.zip" +Download: r"Support DLLs|bin|nim_dlls.zip|479|https://nim-lang.org/download/dlls.zip" +Download: r"Aporia Text Editor|dist|aporia.zip|97997|https://nim-lang.org/download/aporia-0.4.0.zip|aporia-0.4.0\bin\aporia.exe" ; for now only NSIS supports optional downloads [WinBin] diff --git a/copying.txt b/copying.txt index a6de89dcfe..98b3e568f5 100644 --- a/copying.txt +++ b/copying.txt @@ -1,7 +1,7 @@ ===================================================== -Nim -- a Compiler for Nim. http://nim-lang.org/ +Nim -- a Compiler for Nim. https://nim-lang.org/ -Copyright (C) 2006-2015 Andreas Rumpf. All rights reserved. +Copyright (C) 2006-2017 Andreas Rumpf. All rights reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/doc/contributing.rst b/doc/contributing.rst index 31f04a5e07..ee97f6dc88 100644 --- a/doc/contributing.rst +++ b/doc/contributing.rst @@ -137,7 +137,7 @@ etc. Note that currently the ``deprecated`` statement does not work well with overloading so for routines the latter variant is better. -`Deprecated `_ +`Deprecated `_ pragma in the manual. diff --git a/doc/koch.rst b/doc/koch.rst index 5fa6179737..ff62b8186d 100644 --- a/doc/koch.rst +++ b/doc/koch.rst @@ -96,7 +96,7 @@ web command The `web`:idx: command converts the documentation in the ``doc`` directory from rst to HTML. It also repeats the same operation but places the result in the ``web/upload`` which can be used to update the website at -http://nim-lang.org. +https://nim-lang.org. By default the documentation will be built in parallel using the number of available CPU cores. If any documentation build sub commands fail, they will diff --git a/tools/website.tmpl b/tools/website.tmpl index 344024ff00..f9b1a219af 100644 --- a/tools/website.tmpl +++ b/tools/website.tmpl @@ -187,15 +187,15 @@ runForever()

Community

- User Forum + User Forum Online IRC - IRC Logs + IRC Logs
diff --git a/web/community.rst b/web/community.rst index 1e4faff913..fefa4c4b64 100644 --- a/web/community.rst +++ b/web/community.rst @@ -6,7 +6,7 @@ Nim's Community Forum ----- - The `Nim forum `_ is the place where most + The `Nim forum `_ is the place where most discussions related to the language happen. It not only includes discussions relating to the design of Nim but also allows for beginners to ask questions relating to Nim. @@ -35,7 +35,7 @@ Nim's Community welcome any questions that you may have! You may also be interested in reading the - `IRC logs `_ which are an archive of all + `IRC logs `_ which are an archive of all of the previous discussions that took place in the IRC channel.