Skip to content

Commit

Permalink
Fixed references to v2 docs
Browse files Browse the repository at this point in the history
  • Loading branch information
dennissiemensma committed Feb 12, 2020
1 parent 80d8b4a commit f2f1ea2
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,7 @@ v1.23.0 - 2018-08-02
.. warning::

Support for **MQTT** has been completely reworked in this release and now **requires** a new ``dsmr_mqtt`` process in Supervisor.
`Additional steps for upgrading can be found here <https://dsmr-reader.readthedocs.io/en/v2/faq.html#how-do-i-retain-mqtt-support-when-upgrading-to-v1-23-0-or-higher>`_.
`Additional steps for upgrading can be found here <https://dsmr-reader.readthedocs.io/en/v3/faq.html#how-do-i-retain-mqtt-support-when-upgrading-to-v1-23-0-or-higher>`_.

- [`#509 <https://github.com/dennissiemensma/dsmr-reader/issues/509>`_] MQTT refactoring
- [`#417 <https://github.com/dennissiemensma/dsmr-reader/issues/417>`_] --- MQTT does connect/publish/disconnect for EACH message - every second
Expand Down
2 changes: 1 addition & 1 deletion docs/locale/nl/LC_MESSAGES/changelog.po
Original file line number Diff line number Diff line change
Expand Up @@ -977,7 +977,7 @@ msgid ""
"Support for **MQTT** has been completely reworked in this release and now"
" **requires** a new ``dsmr_mqtt`` process in Supervisor. `Additional "
"steps for upgrading can be found here <https://dsmr-"
"reader.readthedocs.io/en/v2/faq.html#how-do-i-retain-mqtt-support-when-"
"reader.readthedocs.io/en/v3/faq.html#how-do-i-retain-mqtt-support-when-"
"upgrading-to-v1-23-0-or-higher>`_."
msgstr ""

Expand Down
2 changes: 1 addition & 1 deletion dsmr_backend/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ class BackendSettingsAdmin(SingletonModelAdmin):
],
'description': _(
'Note: You will have to restart the "dsmr_backend" process for any changes to apply. '
'See the <a href="https://dsmr-reader.readthedocs.io/nl/v2/faq/restart_processes.html">FAQ</a>.'
'See the <a href="https://dsmr-reader.readthedocs.io/nl/v3/faq/restart_processes.html">FAQ</a>.'
)
}
),
Expand Down
2 changes: 1 addition & 1 deletion dsmr_backend/mixins.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ def _check_logger_level(self):
if logger.getEffectiveLevel() > logging.INFO:
print(
'The current logging level only logs warnings and errors, to reduce I/O. More information can be '
'found here: https://dsmr-reader.readthedocs.io/en/v2/troubleshooting.html#logging'
'found here: https://dsmr-reader.readthedocs.io/en/v3/troubleshooting.html#logging'
)


Expand Down
Binary file modified dsmrreader/locales/nl/LC_MESSAGES/django.mo
Binary file not shown.
4 changes: 2 additions & 2 deletions dsmrreader/locales/nl/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ msgstr "Updates"
msgid "Advanced"
msgstr "Geavanceerd"

msgid "Note: You will have to restart the \"dsmr_backend\" process for any changes to apply. See the <a href=\"https://dsmr-reader.readthedocs.io/nl/v2/faq/restart_processes.html\">FAQ</a>."
msgstr "N.B.: Je zult het \"dsmr_backend\" proces moeten herstarten om wijzigingen door te voeren. Zie de <a href=\"https://dsmr-reader.readthedocs.io/nl/v2/faq/restart_processes.html\">FAQ</a>."
msgid "Note: You will have to restart the \"dsmr_backend\" process for any changes to apply. See the <a href=\"https://dsmr-reader.readthedocs.io/nl/v3/faq/restart_processes.html\">FAQ</a>."
msgstr "N.B.: Je zult het \"dsmr_backend\" proces moeten herstarten om wijzigingen door te voeren. Zie de <a href=\"https://dsmr-reader.readthedocs.io/nl/v3/faq/restart_processes.html\">FAQ</a>."

msgid "Enter your outgoing email settings here, which DSMR-reader will use to send emails. <br><br>Do you have GMail? Enter host <strong>aspmx.l.google.com</strong>, port <strong>25</strong> and use <strong>TLS</strong>. Do NOT fill in any username of password, but just enter your GMail address as \"Email to\" above."
msgstr "Voer hier je uitgaande e-mailinstellingen in, welke gebruikt worden door DSMR-reader om je e-mails te sturen. <br><br>Heb je GMail? Voer dan als host <strong>aspmx.l.google.com</strong> in, als poort <strong>25</strong> en gebruik <strong>TLS</strong>. Voer vervolgens NIET je gebruikersnaam of wachtwoord in. Vul je GMail-adres hierboven in als ontvanger."
Expand Down

0 comments on commit f2f1ea2

Please sign in to comment.