Skip to content

Commit

Permalink
fixed docs
Browse files Browse the repository at this point in the history
  • Loading branch information
hohonuuli committed Aug 13, 2024
1 parent 8af19f7 commit 9790f9c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

## Overview

Onis is a web service that provides a RESTful API for managing a tree structure of names used by annotation tools and data catalogs. We typically call this tree structure a "knowledgebase" (aka "KB"). Tree structures are useful for modeling organism phylogeny. At MBARI, we also include other terms, such as geological features and equipment used for research.
Oni is a web service that provides a RESTful API for managing a tree structure of names used by annotation tools and data catalogs. We typically call this tree structure a "knowledgebase" (aka "KB"). Tree structures are useful for modeling organism phylogeny. At MBARI, we also include other terms, such as geological features and equipment used for research.

## Documentation

Expand Down
4 changes: 2 additions & 2 deletions oni/src/docs/_docs/usage/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ If you have an existing database, you can start Oni using Docker. Note these ex

### PostgreSQL

Here's an example connecting to a PostgreSQL database. You can find the schema to use in [02_m3_kb.sql](https://github.com/mbari-org/oni/it-postgres/src/test/resources/sql/02_m3_kb.sql).
Here's an example connecting to a PostgreSQL database. You can find the schema to use in [02_m3_kb.sql](https://github.com/mbari-org/oni/blob/main/it-postgres/src/test/resources/sql/02_m3_kb.sql).

```sh
docker run -d \
Expand All @@ -26,7 +26,7 @@ docker run -d \

### SQL Server

The schema for SQL Server is in [init_min.sql](https://github.com/mbari-org/oni/it-sqlserver/src/test/resources/sql/init_min.sql).
The schema for SQL Server is in [init_min.sql](https://github.com/mbari-org/oni/blob/main/it-postgres/src/test/resources/sql/02_m3_kb.sql).

```sh
docker run -d \
Expand Down

0 comments on commit 9790f9c

Please sign in to comment.