Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to point to Getting Started page #16

Open
wants to merge 1 commit into
base: try-iris
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

This code shows multi-model access to InterSystems IRIS data platform in Java.

This sample is used in the [Multi-Model QuickStart](https://learning.intersystems.com/course/view.php?name=Multimodel).
This sample is used in the [Multi-Model QuickStart](https://gettingstarted.intersystems.com/multimodel-overview/multimodel-quickstart/).
It shows object, relational, and native access from a Java application to InterSystems IRIS. Airport data is stored using objects and retrieved using SQL, and a custom data structure is created using the Native API to handle route information between airports.

## Run the Sample
Expand Down Expand Up @@ -37,4 +37,4 @@ Other routes may be null.

## Keep Exploring

To continue with another Java example with InterSystems IRIS, see the [Java QuickStart](https://learning.intersystems.com/course/view.php?name=Java%20QS).
To continue with another Java example with InterSystems IRIS, see the [Java QuickStart](https://gettingstarted.intersystems.com/language-quickstarts/java-quickstart/).