summaryrefslogtreecommitdiff
path: root/docs/manual/project
diff options
context:
space:
mode:
Diffstat (limited to 'docs/manual/project')
-rw-r--r--docs/manual/project/contributing.rst4
-rw-r--r--docs/manual/project/install.rst9
2 files changed, 6 insertions, 7 deletions
diff --git a/docs/manual/project/contributing.rst b/docs/manual/project/contributing.rst
index ede7cc0..364e174 100644
--- a/docs/manual/project/contributing.rst
+++ b/docs/manual/project/contributing.rst
@@ -5,7 +5,7 @@ We welcome contribution in any area, if you don't have developer skills, you
can always contribute to :doc:`localization` or just `donate us money`_. In case you are
interested in fixing some code, please read :doc:`../internal/index` to
understand structure of Gammu code. We also maintain list of
-`wanted skills <http://wammu.eu/contribute/wanted/>`_ where you can find in
+`wanted skills <https://wammu.eu/contribute/wanted/>`_ where you can find in
which areas we currently mostly lack manpower.
Sending patches
@@ -49,4 +49,4 @@ To manually create patch you can use following steps:
5. Call ``diff -rup -X .git gammu work > patchfile``.
6. Send ``patchfile`` to us (you can use bug tracker or mailing list).
-.. _donate us money: http://wammu.eu/donate/
+.. _donate us money: https://wammu.eu/donate/
diff --git a/docs/manual/project/install.rst b/docs/manual/project/install.rst
index e70ac07..539137e 100644
--- a/docs/manual/project/install.rst
+++ b/docs/manual/project/install.rst
@@ -9,7 +9,7 @@ Prebuilt Binaries for Linux
Many distributions come with prebuilt Gammu binaries, if you can use
them, it is definitely the easiest thing. There are also binary packages
of latest release built for many distributions available on Gammu home
-page <http://wammu.eu/gammu/>.
+page <https://wammu.eu/gammu/>.
You can usually also find Gammu in your distribution, so unless you need a
newer version, just install package from your distribution.
@@ -38,7 +38,7 @@ Gammu packages are included in Gentoo. Additionally source tarball contains
Prebuilt Binaries for Windows
-----------------------------
-You can download Windows binaries from <http://wammu.eu/gammu/>. For
+You can download Windows binaries from <https://wammu.eu/gammu/>. For
Windows 95, 98 and NT 4.0 you will also need ShFolder DLL, which can be
downloaded from Microsoft:
@@ -50,7 +50,7 @@ http://www.microsoft.com/downloads/details.aspx?displaylang=en&FamilyID=6AE02498
Dependencies
------------
-You need CMake from <http://www.cmake.org/> for compiling Gammu.
+You need CMake from <https://cmake.org/> for compiling Gammu.
Additionally pkg-config <http://pkg-config.freedesktop.org/> is used for
detecting available libraries.
@@ -80,8 +80,7 @@ Required for fbususb/dku2 connection support on Linux.
libCURL
+++++++
-Required for new versions notification (see :option:`gammu checkversion`) and
-OpenCellID access (see :option:`gammu getlocation`).
+Required for new versions notification (see :option:`gammu checkversion`).
.. seealso:: http://curl.haxx.se/libcurl/