diff options
author | Marcello Stanisci <stanisci.m@gmail.com> | 2017-12-11 14:54:41 +0100 |
---|---|---|
committer | Marcello Stanisci <stanisci.m@gmail.com> | 2017-12-11 14:54:41 +0100 |
commit | 407d7d597ae2381029f70c1c59983789741c301b (patch) | |
tree | d383fdb8d1d2d2e0b209a48abee167a88dae3c98 | |
parent | 1b3a9fae090b4a67c2d1493bba348a281cfc82d0 (diff) |
missing link bit
-rw-r--r-- | merchants.html.j2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/merchants.html.j2 b/merchants.html.j2 index d6db075b..970e5624 100644 --- a/merchants.html.j2 +++ b/merchants.html.j2 @@ -123,8 +123,8 @@ (<a href="https://docs.taler.net/merchant/backend/html/manual.html">html</a>, <a href="https://docs.taler.net/merchant/backend/pdf/manual.pdf">pdf</a>)</li> <li>{{ _("The GNU Taler Web shop integration tutorial (PHP)") }} - (<a href="https://docs.taler.net/frontend/php/html/tutorial.html">html</a>, - <a href="https://docs.taler.net/frontend/php/pdf/tutorial.pdf">pdf</a>)</li> + (<a href="https://docs.taler.net/merchant/frontend/php/html/tutorial.html">html</a>, + <a href="https://docs.taler.net/merchant/frontend/php/pdf/tutorial.pdf">pdf</a>)</li> <li>{{ _("The GNU Taler Web shop integration tutorial (Python)") }} (<a href="https://docs.taler.net/merchant/frontend/python/html/tutorial.html">html</a>, <a href="https://docs.taler.net/merchant/frontend/python/pdf/tutorial.pdf">pdf</a>)</li> |