Skip to content

Commit 6942e32

Browse files
Update README.md
1 parent b8a6605 commit 6942e32

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ tested [version 1.0.3 of this library](https://github.com/xdev-software/bzst-dip
3535
We created this client to make it as easy as possible for the developer to use the BZSt DIP.
3636
Through usage of the builder pattern (see [Configuration](#configuration) below), DTOs and a typesafe data model we ensure high usability and readability.
3737

38-
The BZSt provides [XSD](https://www.bzst.de/SharedDocs/Downloads/DE/Digitale_Plattformbetreiber/amtlicher_datensatz_entwurf) that define the expected XML structure and make it possible to generate java classes ([BZSt Docs](https://www.bzst.de/DE/Unternehmen/Intern_Informationsaustausch/DAC7/Handbuecher/handbuecher.html?nn=127558#js-toc-entry2)).<br/>
38+
The BZSt provides [XSD](https://www.bzst.de/DE/Unternehmen/Umsatzsteuer/CESOP/Benutzerhandbuch/cesop-benutzerhandbuch.html) that define the expected XML structure and make it possible to generate java classes ([BZSt Docs](https://www.bzst.de/DE/Unternehmen/Intern_Informationsaustausch/DAC7/Handbuecher/handbuecher.html?nn=127558#js-toc-entry2)).<br/>
3939
Our library validates each request through these XSD find errors before they are sent to the DIP.
4040

4141
## Installation
@@ -65,7 +65,7 @@ openssl rsa -in key.pem -pubout > publicKey.pub
6565
```
6666

6767
Now you can already use these two files to sign your requests. See
68-
the [example with PEM signing](./bzst-dip-java-client-demo\src\main\java\software\xdev\ApplicationWithPem.java).
68+
the [example with PEM signing](./bzst-dip-java-client-demo/src/main/java/software/xdev/ApplicationWithPem.java).
6969

7070
### Create Java KeyStore (JKS)
7171

@@ -134,7 +134,7 @@ CESOP ([ApplicationWithCesop.java](./bzst-dip-java-client-demo/src/main/java/sof
134134
Format.
135135

136136
## Demo
137-
A minimal demo is also available [here](./template-placeholder-demo/src/main/java/software/xdev/Application.java).
137+
A minimal demo is also available [here](./bzst-dip-java-client-demo/src/main/java/software/xdev/Application.java).
138138

139139
## Support
140140

0 commit comments

Comments
 (0)