Skip to content

Commit 778c859

Browse files
update links
1 parent 92db2ae commit 778c859

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,7 @@ There are 3 ways to authorize an application using the Oracle NoSQL Database Clo
8686
You will need an Oracle Cloud account and credentials to use this SDK. With this
8787
information, you'll set up a client configuration to tell your application how to
8888
find the cloud service, and how to properly authenticate.
89-
See [Acquring Credentials](https://www.oracle.com/pls/topic/lookup?ctx=en/cloud/paas/nosql-cloud/csnsd&id=acquire-creds)
90-
for details of how to get credentials. This only needs to be done once for any
91-
user.
89+
See [Authentication to connect to Oracle NoSQL Database](https://docs.oracle.com/en/cloud/paas/nosql-cloud/dtddt/index.html) for details of credentials you will need to configure an application. This only needs to be done once for any user.
9290

9391
You should have the following information in hand:
9492

@@ -122,7 +120,7 @@ See the Quickstart example below for code details for using a Resource Principal
122120
The on-premise configuration requires a running instance of Oracle NoSQL
123121
Database. In addition a running proxy service is required. See
124122
[Oracle NoSQL Database Downloads](https://www.oracle.com/database/technologies/nosql-database-server-downloads.html) for downloads, and see
125-
[Information about the proxy](https://docs.oracle.com/en/database/other-databases/nosql-database/22.1/admin/proxy-and-driver.html)
123+
[Information about the proxy](https://docs.oracle.com/en/database/other-databases/nosql-database/22.3/admin/proxy-and-driver.html)
126124
for proxy configuration information.
127125

128126
On-premise authorization requires use of [StoreAccessTokenProvider](https://oracle.github.io/nosql-java-sdk/oracle/nosql/driver/kv/StoreAccessTokenProvider.html)
@@ -131,7 +129,7 @@ See the Quickstart example below for code details for connecting on-premise.
131129
### Connecting to the Oracle NoSQL Database Cloud Simulator
132130

133131
When you develop an application, you may wish to start with
134-
[Oracle NoSQL Database Cloud Simulator](https://docs.oracle.com/en/cloud/paas/nosql-cloud/csnsd/develop-oracle-nosql-cloud-simulator.html).
132+
[Oracle NoSQL Database Cloud Simulator](https://www.oracle.com/downloads/cloud/nosql-cloud-sdk-downloads.html).
135133
The Cloud Simulator simulates the cloud service and lets you write and test
136134
applications locally without accessing the Oracle NoSQL Database Cloud Service.
137135
You may run the Cloud Simulator on localhost.
@@ -596,7 +594,7 @@ party notices and licenses.
596594
## Help
597595

598596
* Open an issue in the [Issues](https://github.com/oracle/nosql-java-sdk/issues) page
599-
* Post your question on the [Oracle NoSQL Database Community](https://community.oracle.com/community/groundbreakers/database/nosql_database).
597+
* Post your question on the [Oracle NoSQL Database Community](https://forums.oracle.com/ords/apexds/domain/dev-community/category/nosql_database).
600598
* [Email to nosql\_sdk\_help\_[email protected]](mailto:[email protected])
601599

602600
When requesting help please be sure to include as much detail as possible,

0 commit comments

Comments
 (0)