All of lore.kernel.org
 help / color / mirror / Atom feed
* [B.A.T.M.A.N.] [PATCH] batman-adv-doc: Fix external links
@ 2015-12-06 15:28 Sven Eckelmann
  2015-12-18 14:31 ` Sven Eckelmann
  0 siblings, 1 reply; 2+ messages in thread
From: Sven Eckelmann @ 2015-12-06 15:28 UTC (permalink / raw)
  To: b.a.t.m.a.n

Signed-off-by: Sven Eckelmann <sven@narfation.org>
---
 README             | 20 ++++++++++----------
 batmand.docbook    |  4 ++--
 copyright.docbook  |  2 +-
 references.docbook |  2 +-
 4 files changed, 14 insertions(+), 14 deletions(-)

diff --git a/README b/README
index 8f4ff7d..59ebe63 100644
--- a/README
+++ b/README
@@ -1,18 +1,18 @@
 Requirements
 ============
 
- * GNU make - http://www.gnu.org/software/make/
+ * GNU make - https://www.gnu.org/software/make/
  * xmlto - https://fedorahosted.org/xmlto/
- * docbook-xml (>= 4.5) - http://www.oasis-open.org/docbook/xml/
- * docbook-xsl - http://wiki.docbook.org/topic/DocBookXslStylesheets
- * fop - http://xmlgraphics.apache.org/fop/
+ * docbook-xml (>= 4.5) - https://www.oasis-open.org/docbook/xml/
+ * docbook-xsl - http://wiki.docbook.org/DocBookXslStylesheets
+ * fop - https://xmlgraphics.apache.org/fop/
  * ghostscript - http://www.ghostscript.com/
- * coreutils - http://www.gnu.org/software/coreutils/
+ * coreutils - https://www.gnu.org/software/coreutils/coreutils.html
  * gnuplot - http://gnuplot.sourceforge.net/
- * dia - http://live.gnome.org/Dia
- * texlive-latex-base - http://www.tug.org/texlive/
- * texlive-base - http://www.tug.org/texlive/
- * ps2eps - http://www.tm.uka.de/~bless/ps2eps
+ * dia - https://wiki.gnome.org/action/show/Apps/Dia
+ * texlive-latex-base - https://www.tug.org/texlive/
+ * texlive-base - https://www.tug.org/texlive/
+ * ps2eps - https://www.tm.uka.de/~bless/ps2eps
  * imagemagick - http://www.imagemagick.org/
 
 
@@ -31,4 +31,4 @@ Troubleshooting
  * "libjli.so: cannot open shared object file: No such file or directory"
    Make sure that /proc is mounted and `/bin/ls -l /proc/self/exe` prints
    [...] /proc/self/exe -> /bin/ls
-   See http://bugs.debian.org/435293 for more informations
+   See https://bugs.debian.org/435293 for more informations
diff --git a/batmand.docbook b/batmand.docbook
index 9f6c68b..350e9ed 100644
--- a/batmand.docbook
+++ b/batmand.docbook
@@ -18,7 +18,7 @@
         <listitem><para>libpthread</para></listitem>
       </orderedlist></listitem>
       <listitem><para>Download the B.A.T.M.A.N. daemon code from the website
-      <ulink url="http://www.open-mesh.net/wiki/Download" /></para></listitem>
+      <ulink url="https://www.open-mesh.org/projects/open-mesh/wiki/Download" /></para></listitem>
     </itemizedlist>
   </section>
   <section>
@@ -26,7 +26,7 @@
     <para>All you have to do is untar and make, then you will see the executable
     file called <emphasis>batmand</emphasis>.</para>
     <programlisting><userinput>$ wget \
-http://downloads.open-mesh.net/batman/stable/sources/batman/batman-0.3.tar.gz
+https://downloads.open-mesh.org/batman/stable/sources/batman/batman-0.3.tar.gz
 $ tar xzvf batman-0.3.tar.gz
 $ cd batman-0.3
 $ make</userinput></programlisting>
diff --git a/copyright.docbook b/copyright.docbook
index 4ec2dff..1cf1d6a 100644
--- a/copyright.docbook
+++ b/copyright.docbook
@@ -5,6 +5,6 @@
   you can redistribute it and/or modify it under the terms of the
   GNU General Public License as published by the Free Software
   Foundation; version 2 of the License. To view a copy of this
-  license, visit  <ulink url="http://www.gnu.org/licenses/old-licenses/gpl-2.0.html" /> or write to the Free Software Foundation, Inc., 51 Franklin
+  license, visit  <ulink url="https://www.gnu.org/licenses/old-licenses/gpl-2.0.html" /> or write to the Free Software Foundation, Inc., 51 Franklin
   Street, Fifth Floor, Boston, MA  02110-1301  USA.</para>
 </chapter>
diff --git a/references.docbook b/references.docbook
index 0cd65d3..0cce1d4 100644
--- a/references.docbook
+++ b/references.docbook
@@ -2,7 +2,7 @@
 <section>
   <title>Reference Links</title>
   <itemizedlist>
-    <listitem><ulink url="http://www.open-mesh.net/" /></listitem>
+    <listitem><ulink url="https://www.open-mesh.org/" /></listitem>
     <listitem><ulink url="http://www.olsr.org/" /></listitem>
   </itemizedlist>
 </section>
-- 
2.6.2


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [B.A.T.M.A.N.] [PATCH] batman-adv-doc: Fix external links
  2015-12-06 15:28 [B.A.T.M.A.N.] [PATCH] batman-adv-doc: Fix external links Sven Eckelmann
@ 2015-12-18 14:31 ` Sven Eckelmann
  0 siblings, 0 replies; 2+ messages in thread
From: Sven Eckelmann @ 2015-12-18 14:31 UTC (permalink / raw)
  To: b.a.t.m.a.n

[-- Attachment #1: Type: text/plain, Size: 365 bytes --]

On Sunday 06 December 2015 16:28:25 Sven Eckelmann wrote:
> Signed-off-by: Sven Eckelmann <sven@narfation.org>
> ---
>  README             | 20 ++++++++++----------
>  batmand.docbook    |  4 ++--
>  copyright.docbook  |  2 +-
>  references.docbook |  2 +-
>  4 files changed, 14 insertions(+), 14 deletions(-)

Applied in revision 94166086c7e2

Kind regards,
	Sven

[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 819 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-12-18 14:31 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-12-06 15:28 [B.A.T.M.A.N.] [PATCH] batman-adv-doc: Fix external links Sven Eckelmann
2015-12-18 14:31 ` Sven Eckelmann

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.