Skip to content
Merged
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
4 changes: 2 additions & 2 deletions docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ features:
alt: 'WebSite'
}
details: Create, view, and edit Factur-X documents directly in your browser with our user-friendly editor.
link: https://{BUILD-NAME}.facturxdotnet.org/editor
link: {EDITOR-URL}
linkText: Try it live
- title: API
icon: {
Expand All @@ -37,7 +37,7 @@ features:
alt: 'API'
}
details: Programmatically generate, read, and validate Factur-X documents through our powerful API.
link: https://{BUILD-NAME}.facturxdotnet.org/api
link: {API-URL}
linkText: Try it live
- title: .NET library and tool
icon: {
Expand Down
Loading