prefer HTTPS in documentation
[sixth-3d.git] / doc / index.org
index bb9967d..b71817e 100644 (file)
@@ -1,12 +1,12 @@
 #+TITLE: Sixth 3D - 3D engine
 
 -----
-- This is a subproject of [[http://www3.svjatoslav.eu/projects/sixth/][Sixth]]
+- This is a subproject of [[https://www3.svjatoslav.eu/projects/sixth/][Sixth]]
 
 - Clone GIT repository using command:
-  : git clone http://www2.svjatoslav.eu/git/sixth-3d.git
+  : git clone https://www2.svjatoslav.eu/git/sixth-3d.git
 
-- [[http://www2.svjatoslav.eu/gitweb/?p=sixth-3d.git;a=snapshot;h=HEAD;sf=tgz][Download latest snapshot in TAR GZ format]]
+- [[https://www2.svjatoslav.eu/gitweb/?p=sixth-3d.git;a=snapshot;h=HEAD;sf=tgz][Download latest snapshot in TAR GZ format]]
 
 + This program is free software: you can redistribute it and/or modify
   it under the terms of the [[https://www.gnu.org/licenses/lgpl.html][GNU Lesser General Public License]] as
 
 - Program author:
   - Svjatoslav Agejenko
-  - Homepage: http://svjatoslav.eu
+  - Homepage: https://svjatoslav.eu
   - Email: mailto://svjatoslav@svjatoslav.eu
 
-- [[http://www.svjatoslav.eu/projects/][Other software projects hosted at svjatoslav.eu]]
+- [[https://www.svjatoslav.eu/projects/][Other software projects hosted at svjatoslav.eu]]
 
 * (document settings) :noexport:
 ** use dark style for TWBS-HTML exporter
 #+HTML_HEAD: </style>
 
 * Project description
-+ See: [[http://www3.svjatoslav.eu/projects/sixth-3d-demos/][demos of current 3D engine capabilities]]
++ See: [[https://www3.svjatoslav.eu/projects/sixth-3d-demos/][demos of current 3D engine capabilities]]
 
 [[id:d03013e5-931b-40ca-bc4b-e4b3f23b9a4e][In software]], [[id:a11f7150-1b25-4ca4-a3c3-8c8bd1352bd4][pure Java]] realtime 3D rendering engine. With the final
 goal of becoming a platform for buildng 3D user interfaces and
-interactive data visualization for [[http://www3.svjatoslav.eu/projects/sixth/][project Sixth]].
+interactive data visualization for [[https://www3.svjatoslav.eu/projects/sixth/][project Sixth]].
 
 Sixth 3D can be also used as standalone [[id:08f71987-90af-40dc-bb65-bac87db9e652][3D engine in your project]].
 
@@ -84,8 +84,8 @@ pixel.
 Documentation currently missing for the lack of time.
 
 So far best resource is to download and explore source code for:
-+ 3D engine ([[http://www3.svjatoslav.eu/projects/sixth-3d/graphs/][generated code graphs]] (generated using [[http://www3.svjatoslav.eu/projects/javainspect/][JavaInspect]]))
-+ For API usage examples, see [[http://www3.svjatoslav.eu/projects/sixth-3d-demos/][demos]]
++ 3D engine ([[https://www3.svjatoslav.eu/projects/sixth-3d/graphs/][generated code graphs]] (generated using [[https://www3.svjatoslav.eu/projects/javainspect/][JavaInspect]]))
++ For API usage examples, see [[https://www3.svjatoslav.eu/projects/sixth-3d-demos/][demos]]
 * Instructions to embed Sixth-3D in your project
   :PROPERTIES:
   :ID:       08f71987-90af-40dc-bb65-bac87db9e652
@@ -113,7 +113,7 @@ Maven *pom.xml* file snippet:
 </repositories>
 #+END_SRC
 
-For API usage examples, see [[http://www3.svjatoslav.eu/projects/sixth-3d-demos/][demos]].
+For API usage examples, see [[https://www3.svjatoslav.eu/projects/sixth-3d-demos/][demos]].
 * TODO features to add
 + Partial region/frame repaint: when only one small object changed on
   the scene, it would be faster to re-render that specific area.