Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[docs] Updated URL for pre-compiled packages #170

Merged
merged 1 commit into from
Apr 19, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
[docs] Updated URL for pre-compiled packages
  • Loading branch information
pandafy authored Apr 19, 2022
commit 78401fcb07de3cff855c3d8e3df2edbfa129866c
6 changes: 3 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -39,16 +39,16 @@ First run:

opkg update

Then install one of the `latest builds <http://downloads.openwisp.io/openwisp-config/>`_:
Then install one of the `latest builds <https://downloads.openwisp.io/?prefix=openwisp-config/latest/>`_:

.. code-block:: shell

opkg install <URL>

Where ``<URL>`` is the URL of the precompiled openwisp-config package.

For a list of the latest built images, take a look at `downloads.openwisp.io/openwisp-config/
<http://downloads.openwisp.io/openwisp-config/>`_.
For a list of the latest built images, take a look at `downloads.openwisp.io/?prefix=openwisp-config/
<https://downloads.openwisp.io/?prefix=openwisp-config/>`_.

**If you need to compile the package yourself**, see `Compiling openwisp-config`_
and `Compiling a custom OpenWRT image`_.
Expand Down