summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--conf.py4
-rw-r--r--taler-developer-manual.rst (renamed from developers-manual.rst)0
-rw-r--r--taler-merchant-pos-terminal.rst2
-rw-r--r--taler-wallet.rst2
4 files changed, 4 insertions, 4 deletions
diff --git a/conf.py b/conf.py
index 4cf0dd39..942c6ea7 100644
--- a/conf.py
+++ b/conf.py
@@ -243,7 +243,7 @@ latex_documents = [
'GNU Taler team', 'manual'),
('taler-backoffice-manual', 'taler-backoffice-manual.tex',
'GNU Taler Back Office Manual', 'GNU Taler team', 'manual'),
- ('developers-manual', 'developers-manual.tex', 'GNU Taler Developer Onboarding Manual',
+ ('taler-developers-manual', 'taler-developers-manual.tex', 'GNU Taler Developer Manual',
'GNU Taler team', 'manual'),
]
@@ -360,7 +360,7 @@ texinfo_documents = [
"DESCRIPTION", "CATEGORY"),
("taler-bank-manual", "taler-bank", "Taler Bank Manual", "GNU Taler team",
"MENU ENTRY", "DESCRIPTION", "CATEGORY"),
- ("developers-manual", "developers-manual", "Taler Developer Onboarding Manual", "GNU Taler team",
+ ("taler-developers-manual", "taler-developers-manual", "Taler Developer Manual", "GNU Taler team",
"MENU ENTRY", "DESCRIPTION", "CATEGORY"),
]
diff --git a/developers-manual.rst b/taler-developer-manual.rst
index ac258a5f..ac258a5f 100644
--- a/developers-manual.rst
+++ b/taler-developer-manual.rst
diff --git a/taler-merchant-pos-terminal.rst b/taler-merchant-pos-terminal.rst
index b81eb33d..8bee175a 100644
--- a/taler-merchant-pos-terminal.rst
+++ b/taler-merchant-pos-terminal.rst
@@ -93,7 +93,7 @@ Import in and build with Android Studio or run on the command line:
$ ./gradlew assembleRelease
If you do not have the proprietary Android SDK installed,
-see the :doc:`developers-manual`
+see the :doc:`taler-developers-manual`
for :ref:`build instructions using free SDK rebuilds <Build-apps-from-source>`.
APIs and Data Formats
diff --git a/taler-wallet.rst b/taler-wallet.rst
index 1a70142e..f5784a22 100644
--- a/taler-wallet.rst
+++ b/taler-wallet.rst
@@ -80,7 +80,7 @@ Building from source
Android Wallet
==============
-Please see :ref:`Build-apps-from-source` in the :doc:`developers-manual`.
+Please see :ref:`Build-apps-from-source` in the :doc:`taler-developers-manual`.
APIs and Data Formats