From d1edb3fd5c44e68e7f091124abe3f52f1298415b Mon Sep 17 00:00:00 2001 From: Svjatoslav Agejenko Date: Sat, 19 Jan 2019 00:35:51 +0200 Subject: [PATCH] prefer HTTPS in documentation --- doc/index.html | 14 +++++++------- doc/index.org | 10 +++++----- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/doc/index.html b/doc/index.html index 5a1a166..aa498e2 100644 --- a/doc/index.html +++ b/doc/index.html @@ -2,7 +2,7 @@ JavaInspect - Utility to visualize java software - + @@ -236,10 +236,10 @@ License, or (at your option) any later version.

1.1 Source code

@@ -555,7 +555,7 @@ Result:

4.2.3 example 3: GraphViz embedded in another project

    -
  1. Download project Sixth code snapshot. +
  2. Download project Sixth code snapshot.
  3. Inspect and run *DataGraph.java*.
  4. @@ -765,7 +765,7 @@ project build/release process.
diff --git a/doc/index.org b/doc/index.org index 6625395..ed9bb04 100644 --- a/doc/index.org +++ b/doc/index.org @@ -27,9 +27,9 @@ https://github.com/abargnesi/javainspect ** Source code -- [[http://www2.svjatoslav.eu/gitweb/?p=javainspect.git;a=snapshot;h=HEAD;sf=tgz][Download latest snapshot in TAR GZ format]] +- [[https://www2.svjatoslav.eu/gitweb/?p=javainspect.git;a=snapshot;h=HEAD;sf=tgz][Download latest snapshot in TAR GZ format]] -- [[http://www2.svjatoslav.eu/gitweb/?p=javainspect.git;a=summary][Browse Git repository online]] +- [[https://www2.svjatoslav.eu/gitweb/?p=javainspect.git;a=summary][Browse Git repository online]] - Clone Git repository using command: : git clone https://www2.svjatoslav.eu/git/javainspect.git @@ -38,7 +38,7 @@ Goal: simplify/speed up understanding the computer program code by automatically visualizing its structure. -[[http://www3.svjatoslav.eu/projects/sixth-3d/graphs/][See example produced graphs]] for [[http://www3.svjatoslav.eu/projects/sixth-3d/][Sixth 3D - 3D engine project]]. +[[https://www3.svjatoslav.eu/projects/sixth-3d/graphs/][See example produced graphs]] for [[https://www3.svjatoslav.eu/projects/sixth-3d/][Sixth 3D - 3D engine project]]. JavaInspect can be used as a [[id:acf1896a-74b4-4914-acf6-a77075e07f25][standalone commandline utility]] as well as [[id:bbeeffc8-3767-440d-8d93-ec9124dd60ee][java library]]. JavaInspect uses primarily Java built-in reflection to @@ -70,7 +70,7 @@ Notes: file:legend.png -+ [[http://www3.svjatoslav.eu/projects/sixth-3d/graphs/][See example produced graphs]] for [[http://www3.svjatoslav.eu/projects/sixth-3d/][Sixth 3D - 3D engine project]]. ++ [[https://www3.svjatoslav.eu/projects/sixth-3d/graphs/][See example produced graphs]] for [[https://www3.svjatoslav.eu/projects/sixth-3d/][Sixth 3D - 3D engine project]]. * Usage :PROPERTIES: @@ -221,7 +221,7 @@ Result: - Generated PNG image: [[file:JavaInspect%20full%20project.png][JavaInspect full project.png]] *** example 3: GraphViz embedded in another project -1. Download project Sixth [[http://www2.svjatoslav.eu/gitweb/?p=sixth.git;a=snapshot;h=HEAD;sf=tgz][code snapshot]]. +1. Download project Sixth [[https://www2.svjatoslav.eu/gitweb/?p=sixth.git;a=snapshot;h=HEAD;sf=tgz][code snapshot]]. 2. Inspect and run *DataGraph.java*. *** Embedding JavaInspect in your Maven project -- 2.20.1