diff options
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/sisu/sisu_thor_lib.rb | 14 | 
1 files changed, 7 insertions, 7 deletions
| diff --git a/lib/sisu/sisu_thor_lib.rb b/lib/sisu/sisu_thor_lib.rb index a674eba4..b27601a0 100644 --- a/lib/sisu/sisu_thor_lib.rb +++ b/lib/sisu/sisu_thor_lib.rb @@ -29,14 +29,14 @@  #    more details.  #  #    You should have received a copy of the GNU General Public License along with -#    this program. If not, see <http://www.gnu.org/licenses/>. +#    this program. If not, see <https://www.gnu.org/licenses/>.  #  #    If you have Internet connection, the latest version of the GPL should be  #    available at these locations: -#    <http://www.fsf.org/licensing/licenses/gpl.html> -#    <http://www.gnu.org/licenses/gpl.html> +#    <https://www.fsf.org/licensing/licenses/gpl.html> +#    <https://www.gnu.org/licenses/gpl.html>  # -#    <http://www.sisudoc.org/sisu/en/manifest/gpl.fsf.html> +#    <https://www.sisudoc.org/sisu/en/manifest/gpl.fsf.html>  #  #  - SiSU uses:  #    - Standard SiSU markup syntax, @@ -44,12 +44,12 @@  #    - Standard SiSU object citation numbering and system  #  #  - Homepages: -#    <http://www.sisudoc.org> +#    <https://www.sisudoc.org>  #  #  - Git  #    <https://git.sisudoc.org/projects/> -#    <https://git.sisudoc.org/projects/?p=software/sisu.git;a=summary> -#    <https://git.sisudoc.org/projects/?p=markup/sisu-markup-samples.git;a=summary> +#    <https://git.sisudoc.org/projects/sisu> +#    <https://git.sisudoc.org/projects/sisu-markup>  module SiSU_Po4a_Actions    require_relative 'utils_response'                   # utils_response.rb    include SiSU_Response | 
