You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: documentation/sphinx/source/api-python.rst
+1-1
Original file line number
Diff line number
Diff line change
@@ -98,7 +98,7 @@ When you import the ``fdb`` module, it exposes only one useful symbol:
98
98
99
99
.. warning:: |api-version-multi-version-warning|
100
100
101
-
For API changes between version 13 and |api-version| (for the purpose of porting older programs), see :doc:`release-notes` and :doc:`api-version-upgrade-guide`.
101
+
For API changes between version 13 and |api-version| (for the purpose of porting older programs), see :ref:`release-notes` and :doc:`api-version-upgrade-guide`.
Copy file name to clipboardExpand all lines: documentation/sphinx/source/api-ruby.rst
+1-1
Original file line number
Diff line number
Diff line change
@@ -87,7 +87,7 @@ When you require the ``FDB`` gem, it exposes only one useful method:
87
87
88
88
.. warning:: |api-version-multi-version-warning|
89
89
90
-
For API changes between version 14 and |api-version| (for the purpose of porting older programs), see :doc:`release-notes` and :doc:`api-version-upgrade-guide`.
90
+
For API changes between version 14 and |api-version| (for the purpose of porting older programs), see :ref:`release-notes` and :doc:`api-version-upgrade-guide`.
Copy file name to clipboardExpand all lines: documentation/sphinx/source/api-version-upgrade-guide.rst
+1-1
Original file line number
Diff line number
Diff line change
@@ -213,4 +213,4 @@ Java bindings
213
213
Older API versions
214
214
==================
215
215
216
-
API versions from the beta and alpha releases of Foundationdb (pre-100) are not documented here. See :doc:`old-release-notes/release-notes-023` for details about changes in those releases.
216
+
API versions from the beta and alpha releases of Foundationdb (pre-100) are not documented here. See :doc:`release-notes/release-notes-023` for details about changes in those releases.
Copy file name to clipboardExpand all lines: documentation/sphinx/source/client-design.rst
+1-2
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
Client Design
3
3
#############
4
4
5
-
FoundationDB supports language bindings for application development using the ordered key-value store. The following documents cover use of the bindings, from getting started and design principles to best practices and data modeling. The latest changes are detailed in :doc:`release-notes`.
5
+
FoundationDB supports language bindings for application development using the ordered key-value store. The following documents cover use of the bindings, from getting started and design principles to best practices and data modeling. The latest changes are detailed in :ref:`release-notes`.
6
6
7
7
* :doc:`getting-started-mac` explains how to install a local FoundationDB server suitable for development on macOS.
8
8
@@ -27,7 +27,6 @@ FoundationDB supports language bindings for application development using the or
Copy file name to clipboardExpand all lines: documentation/sphinx/source/index.rst
+1-1
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ FoundationDB is a robust choice for a broad range of use cases:
22
22
23
23
**FoundationDB supports flexible application architectures.** Your application can talk directly to FoundationDB, to a layer, or both. Layers provide new capability on top of FoundationDB but are stateless.
24
24
25
-
The latest changes are detailed in :doc:`release-notes`. The documentation has the following sections:
25
+
The latest changes are detailed in :ref:`release-notes`. The documentation has the following sections:
26
26
27
27
* :doc:`why-foundationdb` describes the technical alternatives involved in NoSQL database design and explains the advantages of transaction processing at scale.
0 commit comments