Merge pull request #50 from pzubiago-ISC/main

update names on buttons for document APIs
This commit is contained in:
Benjamin De Boe 2024-11-12 17:10:17 +01:00 committed by GitHub
commit e99a685a4d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -30,12 +30,12 @@ The official location for customers to download the latest released and fully su
## InterSystems IRIS Cloud Document Drivers ## 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. 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="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> <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="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> <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>