Skip to content

Commit e1a65af

Browse files
authored
Update README.adoc
1 parent d7b8d5b commit e1a65af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1147,7 +1147,7 @@ Stream<Person> stream = template.select(Person.class , filter);
11471147

11481148
image::https://www.jnosql.org/img/logos/oracle.png[Oracle NoSQL Project,align="center"width=25%,height=25%]
11491149

1150-
[Oracle NoSQL Database](https://www.oracle.com/database/nosql/technologies/nosql/) is a versatile multi-model database offering flexible data models for documents, graphs, and key-value pairs. It empowers developers to build high-performance applications using a user-friendly SQL-like query language or JavaScript extensions.
1150+
https://www.oracle.com/database/nosql/technologies/nosql/[Oracle NoSQL Database] is a versatile multi-model database offering flexible data models for documents, graphs, and key-value pairs. It empowers developers to build high-performance applications using a user-friendly SQL-like query language or JavaScript extensions.
11511151

11521152
This API provides support for *Document* and *Key-Value* data types.
11531153

@@ -1166,7 +1166,7 @@ You can include Oracle NoSQL as a dependency using either Maven or Gradle:
11661166

11671167
=== Configuration
11681168

1169-
The API offers the `OracleNoSQLConfigurations` class to programmatically set up credentials. It also supports configuration via the [MicroProfile Config](https://microprofile.io/microprofile-config/) specification.
1169+
The API offers the `OracleNoSQLConfigurations` class to programmatically set up credentials. It also supports configuration via the https://microprofile.io/microprofile-config/[MicroProfile Config] specification.
11701170

11711171
[cols="Oracle NoSQL Properties"]
11721172
|===

0 commit comments

Comments
 (0)