Skip to content

Commit

Permalink
Merge pull request #50 from pzubiago-ISC/main
Browse files Browse the repository at this point in the history
update names on buttons for document APIs
  • Loading branch information
bdeboe authored Nov 12, 2024
2 parents 6689345 + f45dcdd commit e99a685
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@ The official location for customers to download the latest released and fully su
## InterSystems IRIS Cloud Document Drivers
The Java and .NET document APIs depend on supported versions of JDBC and ADO.NET, respectively. Download your preferred document API and the corresponding version JDBC or ADO.NET version below.

<button class="btn" onclick="document.getElementById('java-document').click()">Java</button>
<button class="btn" onclick="document.getElementById('java-document').click()">Java Document API</button>
<a id="java-document" href="https://github.com/intersystems-community/iris-driver-distribution/blob/main/JDBC/JDK18/intersystems-document-1.0.1.jar?raw=true" download target="_blank" hidden></a> <button class="btn" onclick="document.getElementById('jdbc-document').click()">JDBC 3.10.1</button>
<a id="jdbc-document" href="https://github.com/intersystems-community/iris-driver-distribution/blob/main/JDBC/JDK18/intersystems-jdbc-3.10.1.jar?raw=true" download target="_blank" hidden></a>


<button class="btn" onclick="document.getElementById('dotnet-document').click()">.NET</button>
<button class="btn" onclick="document.getElementById('dotnet-document').click()">.NET Document API</button>
<a id="dotnet-document" href="https://github.com/intersystems-community/iris-driver-distribution/blob/main/ADO.NET/InterSystems.Data.Document.1.0.1.nupkg?raw=true" download target="_blank" hidden></a> <button class="btn" onclick="document.getElementById('adonet-document').click()">ADO.NET 2.3.3</button>
<a id="adonet-document" href="https://github.com/intersystems-community/iris-driver-distribution/blob/main/ADO.NET/InterSystems.Data.IRISClient.2.3.3.nupkg?raw=true" download target="_blank" hidden></a>

Expand Down

0 comments on commit e99a685

Please sign in to comment.