update README.md
correct one link, chang all to open in new tabs
This commit is contained in:
parent
603ef48517
commit
74a0c4a42f
|
@ -2,5 +2,5 @@
|
|||
This repo provides driver packages for use in making programmatic connections to InterSystems IRIS from Java, Python, C++, .NET, and Node.js. Programming a connection involves these simple steps:
|
||||
|
||||
1. Locate and download the driver package for the language you are developing in. For ODBC and Node.js packages, select the version matching the platform you are working on.
|
||||
2. Find the description of the driver package you have downloaded in [Connection Tools](https://docs.intersystems.com/components/csp/docbook/DocBook.UI.Page.cls?KEY=ADRIVE) and review the listed documentation to learn how you can use it.
|
||||
3. For brief instructions for connecting a Java, Python, C++, or .NET application to InterSystems IRIS or an InterSystems IRIS Cloud Service, see [Connecting Your Application to InterSystems IRIS](https://docs.intersystems.com/components/csp/docbook/DocBook.UI.Page.cls?KEY=ADRIVE) (article) or [Connecting to InterSystems Cloud Services](https://learning.intersystems.com/course/view.php?name=IRISCloudConnect) (short videos).
|
||||
2. Find the description of the driver package you have downloaded in <a href="https://docs.intersystems.com/components/csp/docbook/DocBook.UI.Page.cls?KEY=Page_extconnex" target="_blank">Connection Tools</a> and review the listed documentation to learn how you can use it.
|
||||
3. For brief instructions for connecting a Java, Python, C++, or .NET application to InterSystems IRIS or an InterSystems IRIS Cloud Service, see <a href="https://docs.intersystems.com/components/csp/docbook/DocBook.UI.Page.cls?KEY=ADRIVE" target="_blank">Connecting Your Application to InterSystems IRIS</a> (article) or <a href="https://learning.intersystems.com/course/view.php?name=IRISCloudConnect" target="_blank">Connecting to InterSystems Cloud Services</a> (short videos).
|
||||
|
|
Loading…
Reference in New Issue