diff options
Diffstat (limited to 'devdoc')
-rw-r--r-- | devdoc/Dillo.txt | 2 | ||||
-rw-r--r-- | devdoc/Dpid.txt | 2 | ||||
-rw-r--r-- | devdoc/IO.txt | 4 | ||||
-rw-r--r-- | devdoc/README | 2 |
4 files changed, 5 insertions, 5 deletions
diff --git a/devdoc/Dillo.txt b/devdoc/Dillo.txt index a63c9588..e7f18de7 100644 --- a/devdoc/Dillo.txt +++ b/devdoc/Dillo.txt @@ -46,7 +46,7 @@ jpeg.c and png.c) 5.- The dpi framework: a gateway to interface the browser with external programs (Example: the bookmarks server plugin). -Dpi spec: http://www.dillo.org/dpi1.html +Dpi spec: https://dillo-browser.github.io/old/dpi1.html ------------------------- diff --git a/devdoc/Dpid.txt b/devdoc/Dpid.txt index 6c418f57..0c27c72b 100644 --- a/devdoc/Dpid.txt +++ b/devdoc/Dpid.txt @@ -16,7 +16,7 @@ Nomenclature: dpi1: specific term for dillo's plugin spec version 1. - at: http://www.dillo.org/dpi1.html + at: https://dillo-browser.github.io/old/dpi1.html dpi program: any plugin program itself. diff --git a/devdoc/IO.txt b/devdoc/IO.txt index cd62a4f5..f20d31ed 100644 --- a/devdoc/IO.txt +++ b/devdoc/IO.txt @@ -42,8 +42,8 @@ handling of data and its error control was put under the control of the CCC (Concomitant Control Chain), and the old widget system was replaced with a new one (Dw). The source code is currently regarded as "very stable beta", and is available at -<http://www.dillo.org>. Dillo is a project licensed under the GNU -General Public License. +<https://github.com/dillo-browser/dillo>. Dillo is a project +licensed under the GNU General Public License. This paper covers basic design aspects of the hybrid approach that the Dillo web browser uses to solve several latency diff --git a/devdoc/README b/devdoc/README index 9736a32b..69424308 100644 --- a/devdoc/README +++ b/devdoc/README @@ -1,7 +1,7 @@ README: Last update Jul 2009 These documents cover dillo's internals. -For user help, see http://www.dillo.org/dillo3-help.html +For user help, see https://dillo-browser.github.io/old/dillo3-help.html -------------------------------------------------------------------------- |