Skip to content

Commit

Permalink
Fixed broken links
Browse files Browse the repository at this point in the history
- Updated CONTRIBUTING.md
- Updated documentation
  • Loading branch information
josemmo committed Sep 14, 2024
1 parent f0d513b commit 7a0e9e5
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ This document will get you on the right track to help improve eInvoicing.
Use the following sites to get more information about the European electronic invoicing specification:

- [EU e-Invoicing core concepts](https://josemmo.github.io/einvoicing/getting-started/eu-einvoicing-concepts/)
- [Compliance with the European standard on eInvoicing](https://ec.europa.eu/cefdigital/wiki/x/ggTvB)
- [Obtaining a copy of the European standard on eInvoicing](https://ec.europa.eu/cefdigital/wiki/x/kgLvB)
- [Compliance with the European standard on eInvoicing](https://ec.europa.eu/digital-building-blocks/sites/x/PoTXGw)
- [Obtaining a copy of the European standard on eInvoicing](https://ec.europa.eu/digital-building-blocks/sites/x/a4TXGw)
- [UBL Invoice fields](https://docs.peppol.eu/poacc/billing/3.0/syntax/ubl-invoice/tree/)
- [CEF eInvoicing Validator](https://www.itb.ec.europa.eu/invoice/upload)

Expand Down
4 changes: 2 additions & 2 deletions docs/getting-started/eu-einvoicing-concepts.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Prior to using this library, there are some key concepts about European e-Invoic

## EN 16931
The European e-Invoicing standard (EN 16931) describes the **semantic data model** and business rules of an electronic
invoice. In other words, this document (specifically [part 1][1]) specificies **what an invoice is** (fields it must/can
invoice. In other words, this document (specifically [part 1][1]) specifies **what an invoice is** (fields it must/can
have) and the possible values those fields can contain.

But that's it: it just gives an abstract definition of an invoice without getting into the technical structure (syntax).
Expand Down Expand Up @@ -41,5 +41,5 @@ international companies from both public and private sectors.

[1]: https://ec.europa.eu/digital-building-blocks/wikis/display/DIGITAL/Navigating+the+eInvoicing+standard+documentation
[2]: https://ec.europa.eu/digital-building-blocks/wikis/display/DIGITAL/Required+syntaxes
[3]: https://ec.europa.eu/digital-building-blocks/wikis/display/EINVCOMMUNITY/Registry+of+CIUS+%28Core+Invoice+Usage+Specifications%29+and+Extensions
[3]: https://ec.europa.eu/digital-building-blocks/sites/display/EINVCOMMUNITY/Registry+of+CIUS+%28Core+Invoice+Usage+Specifications%29+and+Extensions
[4]: http://docs.peppol.eu/poacc/billing/3.0/
2 changes: 1 addition & 1 deletion docs/getting-started/installation.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Getting Started
eInvoicing (short for "European Invoicing") is a free and open-source library written in PHP for creating and reading
electronic invoices compliant with [EN 16931](https://ec.europa.eu/digital-building-blocks/wikis/x/boTXGw).
electronic invoices compliant with [EN 16931](https://ec.europa.eu/digital-building-blocks/sites/x/HYPXGw).

## Requirements
In order to install this library, your environment has to meet the following requirements:
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

eInvoicing is a PHP library for creating and reading electronic invoices according to the [eInvoicing Directive and European standard](https://ec.europa.eu/digital-building-blocks/wikis/display/DIGITAL/eInvoicing).

It aims to be 100% compliant with [EN 16931](https://ec.europa.eu/digital-building-blocks/wikis/x/boTXGw) as well as with the most popular CIUS and extensions, such as [PEPPOL BIS](https://docs.peppol.eu/poacc/billing/3.0/bis/).
It aims to be 100% compliant with [EN 16931](https://ec.europa.eu/digital-building-blocks/sites/x/HYPXGw) as well as with the most popular CIUS and extensions, such as [PEPPOL BIS](https://docs.peppol.eu/poacc/billing/3.0/bis/).

[Get Started](getting-started/installation.md){: .md-button .md-button--primary }
 
Expand Down

0 comments on commit 7a0e9e5

Please sign in to comment.