Skip to content

Commit 2858169

Browse files
committed
Fix web-eid.eu page links to reference the new example repository location
WE2-932 Signed-off-by: Sven Mitt <[email protected]>
1 parent 5463ec3 commit 2858169

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

example/src/main/resources/templates/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ <h3><a id="for-developers"></a>For developers</h3>
220220
<ul>
221221
<li>in Java use the <i>digidoc4j</i> library in the back end of the web
222222
application according to the instructions
223-
<a href="https://github.com/web-eid/web-eid-spring-boot-example#integration-with-digidoc4j-components">here</a>,
223+
<a href="https://github.com/web-eid/web-eid-authtoken-validation-java/example#integration-with-digidoc4j-components">here</a>,
224224
</li>
225225
<li>in .NET/C# use the <i>libdigidocpp</i> library in the back end of the web
226226
application according to the instructions
@@ -232,7 +232,7 @@ <h3><a id="for-developers"></a>For developers</h3>
232232
<p>
233233
The full source code of an example Spring Boot web application that uses Web eID for authentication
234234
and digital signing is available
235-
<a href="https://github.com/web-eid/web-eid-spring-boot-example">here</a>.
235+
<a href="https://github.com/web-eid/web-eid-authtoken-validation-java/tree/main/example">here</a>.
236236
The .NET/C# version of the example is available
237237
<a href="https://github.com/web-eid/web-eid-asp-dotnet-example">here</a>.
238238
The PHP version of the example is available

0 commit comments

Comments
 (0)