Skip to content
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
8 changes: 4 additions & 4 deletions example/src/main/resources/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -62,14 +62,14 @@ <h3><a id="usage"></a>Usage</h3>
Note: as of the 2.5 version, Web eID supports Firefox installed via Snap.
</li>
<li>on <b>macOS</b> 14 or later, for Firefox and Chrome from
<a href="https://installer.id.ee/media/web-eid/web-eid_2.9.0.931.dmg">here</a>,
<a href="https://installer.id.ee/media/web-eid/web-eid_2.10.0.940.dmg">here</a>,
</li>
<li>on <b>macOS</b> 14 or later, for Safari, install the extension from
<a href="https://apps.apple.com/ee/app/web-eid/id1576665083">App Store</a>,
</li>
<li>on <b>Windows</b> 10, Windows 11, Windows Server 2019, Windows Server 2022, Windows Server
2025 for Firefox, Chrome and Edge from
<a href="https://installer.id.ee/media/web-eid/web-eid_2.9.0.927.x64.exe">here</a>.
<a href="https://installer.id.ee/media/web-eid/web-eid_2.10.0.935.exe">here</a>.
</li>
</ul>
</li>
Expand Down Expand Up @@ -223,7 +223,7 @@ <h3><a id="for-developers"></a>For developers</h3>
</li>
<li>in .NET/C# use the <i>libdigidocpp</i> library in the back end of the web
application according to the instructions
<a href="https://github.com/web-eid/web-eid-asp-dotnet-example#3-setup-the-libdigidocpp-library-for-signing">here</a>.
<a href="https://github.com/web-eid/web-eid-authtoken-validation-dotnet/tree/main/example#4-setup-the-libdigidocpp-library-for-signing">here</a>.
</li>
</ul>
</li>
Expand All @@ -233,7 +233,7 @@ <h3><a id="for-developers"></a>For developers</h3>
and digital signing is available
<a href="https://github.com/web-eid/web-eid-authtoken-validation-java/tree/main/example">here</a>.
The .NET/C# version of the example is available
<a href="https://github.com/web-eid/web-eid-asp-dotnet-example">here</a>.
<a href="https://github.com/web-eid/web-eid-authtoken-validation-dotnet/tree/main/example">here</a>.
The PHP version of the example is available
<a href="https://github.com/web-eid/web-eid-authtoken-validation-php/tree/main/example">here</a>.
</p>
Expand Down
Loading