Skip to content
Snippets Groups Projects
Commit ba803a13 authored by bobcanthelpyou's avatar bobcanthelpyou
Browse files

docs: fix some old urls or 'upgrade' to https

parent f3fa17d0
No related branches found
No related tags found
No related merge requests found
...@@ -33,7 +33,7 @@ There are two packages responsible for distribution of the information. For ...@@ -33,7 +33,7 @@ There are two packages responsible for distribution of the information. For
one, information is distributed across the mesh using alfred_. Information one, information is distributed across the mesh using alfred_. Information
between neighbouring nodes is exchanged using `gluon-respondd`. between neighbouring nodes is exchanged using `gluon-respondd`.
.. _alfred: http://www.open-mesh.org/projects/alfred .. _alfred: https://www.open-mesh.org/projects/alfred
alfred (mesh bound) alfred (mesh bound)
~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~
......
...@@ -26,7 +26,7 @@ Bugfixes ...@@ -26,7 +26,7 @@ Bugfixes
of the Gluon build, including tcpdump, curl and mbedtls of the Gluon build, including tcpdump, curl and mbedtls
Please refer to the Please refer to the
`LEDE commit log <https://git.lede-project.org/?p=source.git;a=shortlog;h=refs/heads/lede-17.01>`_ `LEDE commit log <https://git.openwrt.org/?p=source.git;a=shortlog;h=refs/heads/lede-17.01>`_
for details. for details.
* Filtering of multicast packets between the mesh and the *local-node* interface * Filtering of multicast packets between the mesh and the *local-node* interface
......
-- This is an example site configuration for Gluon v2018.1+ -- This is an example site configuration for Gluon v2018.1+
-- --
-- Take a look at the documentation located at -- Take a look at the documentation located at
-- http://gluon.readthedocs.org/ for details. -- https://gluon.readthedocs.io/ for details.
-- --
-- This configuration will not work as is. You're required to make -- This configuration will not work as is. You're required to make
-- community specific changes to it! -- community specific changes to it!
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
prefix6 = 'fdxx:xxxx:xxxx::/64', prefix6 = 'fdxx:xxxx:xxxx::/64',
-- Timezone of your community. -- Timezone of your community.
-- See http://wiki.openwrt.org/doc/uci/system#time_zones -- See https://openwrt.org/docs/guide-user/base-system/system_configuration#time_zones
timezone = 'CET-1CEST,M3.5.0,M10.5.0/3', timezone = 'CET-1CEST,M3.5.0,M10.5.0/3',
-- List of NTP servers in your community. -- List of NTP servers in your community.
...@@ -108,7 +108,7 @@ ...@@ -108,7 +108,7 @@
mtu = 1312, mtu = 1312,
fastd = { fastd = {
-- Refer to http://fastd.readthedocs.org/en/latest/ to better understand -- Refer to https://fastd.readthedocs.io/en/latest/ to better understand
-- what these options do. -- what these options do.
-- List of crypto-methods to use. -- List of crypto-methods to use.
......
...@@ -32,7 +32,7 @@ Consider these key values: ...@@ -32,7 +32,7 @@ Consider these key values:
- and configure `MSS clamping`_ accordingly, - and configure `MSS clamping`_ accordingly,
- and announce your link MTU via Router Advertisments and DHCP - and announce your link MTU via Router Advertisments and DHCP
.. _MSS clamping: http://www.tldp.org/HOWTO/Adv-Routing-HOWTO/lartc.cookbook.mtu-mss.html .. _MSS clamping: https://www.tldp.org/HOWTO/Adv-Routing-HOWTO/lartc.cookbook.mtu-mss.html
- Encapsulation: Account for the overhead created by the configured mesh protocol - Encapsulation: Account for the overhead created by the configured mesh protocol
encapsulating the payload, which is encapsulating the payload, which is
......
...@@ -19,7 +19,7 @@ an old site configuration to a newer release of Gluon. ...@@ -19,7 +19,7 @@ an old site configuration to a newer release of Gluon.
An example configuration can be found in the Gluon repository at *docs/site-example/*. An example configuration can be found in the Gluon repository at *docs/site-example/*.
.. _Git tags: http://git-scm.com/book/en/Git-Basics-Tagging .. _Git tags: https://git-scm.com/book/en/v2/Git-Basics-Tagging
.. _list of gluon releases: https://github.com/freifunk-gluon/gluon/releases .. _list of gluon releases: https://github.com/freifunk-gluon/gluon/releases
Dependencies Dependencies
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment