Skip to content

Commit

Permalink
Fixed URL
Browse files Browse the repository at this point in the history
  • Loading branch information
phax committed Dec 11, 2024
1 parent d231dff commit 8138cb8
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public enum EPeppolNetwork implements IHasID <String>, IHasDisplayName
/**
* Peppol Production Network
*/
PRODUCTION ("prod", "Peppol Production Network", "https://test-directory.peppol.eu", ESML.DIGIT_PRODUCTION);
PRODUCTION ("prod", "Peppol Production Network", "https://directory.peppol.eu", ESML.DIGIT_PRODUCTION);

private final String m_sID;
private final String m_sDisplayName;
Expand Down Expand Up @@ -74,7 +74,8 @@ public String getDisplayName ()
}

/**
* @return The URL of the Peppol Directory for this network stage. Never
* @return The URL of the Peppol Directory for this network stage. Ends with
* the domain name and without a trailing slash. Never
* <code>null</code>.
*/
@Nonnull
Expand Down

0 comments on commit 8138cb8

Please sign in to comment.