Skip to content

Commit 56bdfd1

Browse files
committed
Update Javadoc locations
Current link relative://javadoc/index.html doesn't work.
1 parent a9cc2dd commit 56bdfd1

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

documentation/sphinx/source/administration.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -755,7 +755,7 @@ For **RHEL/CentOS**, perform the upgrade using the rpm command:
755755
user@host$ sudo rpm -Uvh |package-rpm-clients| \\
756756
|package-rpm-server|
757757
758-
The ``foundationdb-clients`` package also installs the :doc:`C <api-c>` API. If your clients use :doc:`Ruby <api-ruby>`, :doc:`Python <api-python>`, `Java <javadoc/index.html>`_, or `Go <https://godoc.org/github.com/apple/foundationdb/bindings/go/src/fdb>`_, follow the instructions in the corresponding language documentation to install the APIs.
758+
The ``foundationdb-clients`` package also installs the :doc:`C <api-c>` API. If your clients use :doc:`Ruby <api-ruby>`, :doc:`Python <api-python>`, `Java <https://www.javadoc.io/doc/org.foundationdb/fdb-java/latest/index.html>`_, or `Go <https://godoc.org/github.com/apple/foundationdb/bindings/go/src/fdb>`_, follow the instructions in the corresponding language documentation to install the APIs.
759759

760760
Test the database
761761
-----------------

documentation/sphinx/source/api-reference.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ The following documents give detailed descriptions of the API for each language:
1212

1313
api-python
1414
api-ruby
15-
Java API <relative://javadoc/index.html>
15+
Java API <https://www.javadoc.io/doc/org.foundationdb/fdb-java/latest/index.html>
1616
Go API <https://godoc.org/github.com/apple/foundationdb/bindings/go/src/fdb>
1717
api-c
1818
api-error-codes

documentation/sphinx/source/getting-started-linux.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ Managing the FoundationDB service
110110
Next steps
111111
==========
112112

113-
* Install the APIs for :doc:`Ruby <api-ruby>`, :doc:`Python <api-python>`, `Java <javadoc/index.html>`_ or `Go <https://godoc.org/github.com/apple/foundationdb/bindings/go/src/fdb>`_ if you intend to use those languages. The :doc:`C <api-c>` API was installed along with the ``foundationdb-clients`` package above.
113+
* Install the APIs for :doc:`Ruby <api-ruby>`, :doc:`Python <api-python>`, `Java <https://www.javadoc.io/doc/org.foundationdb/fdb-java/latest/index.html>`_ or `Go <https://godoc.org/github.com/apple/foundationdb/bindings/go/src/fdb>`_ if you intend to use those languages. The :doc:`C <api-c>` API was installed along with the ``foundationdb-clients`` package above.
114114
* See :doc:`tutorials` for samples of developing applications with FoundationDB.
115115
* See :doc:`developer-guide` for information of interest to developers, including common design patterns and performance considerations.
116116
* See :doc:`administration` for detailed administration information.

documentation/sphinx/source/getting-started-mac.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ Managing the FoundationDB service
101101
Next steps
102102
==========
103103

104-
* Install the APIs for :doc:`Ruby <api-ruby>`, `Java <javadoc/index.html>`_, or `Go <https://godoc.org/github.com/apple/foundationdb/bindings/go/src/fdb>`_ if you intend to use those languages. :doc:`Python <api-python>` and :doc:`C <api-c>` APIs were installed using the FoundationDB installer above.
104+
* Install the APIs for :doc:`Ruby <api-ruby>`, `Java <https://www.javadoc.io/doc/org.foundationdb/fdb-java/latest/index.html>`_, or `Go <https://godoc.org/github.com/apple/foundationdb/bindings/go/src/fdb>`_ if you intend to use those languages. :doc:`Python <api-python>` and :doc:`C <api-c>` APIs were installed using the FoundationDB installer above.
105105
* See :doc:`tutorials` for samples of developing applications with FoundationDB.
106106
* See :doc:`developer-guide` for information of interest to developers, including common design patterns and performance considerations.
107107
* See :doc:`administration` for detailed administration information.

0 commit comments

Comments
 (0)