Skip to content

Commit

Permalink
Fix the link to the standard ECMA-376
Browse files Browse the repository at this point in the history
  • Loading branch information
qrilka committed Jan 16, 2024
1 parent d9ea2d5 commit 0c8d64a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Codec/Xlsx/Types/Internal/SharedStringTable.hs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ import Codec.Xlsx.Writer.Internal
-- reading and writing the repetitive information once.
--
-- Relevant parts of the EMCA standard (2nd edition, part 1,
-- <http://www.ecma-international.org/publications/standards/Ecma-376.htm>),
-- <https://ecma-international.org/publications-and-standards/standards/ecma-376/>),
-- page numbers refer to the page in the PDF rather than the page number as
-- printed on the page):
--
Expand Down
2 changes: 1 addition & 1 deletion src/Codec/Xlsx/Types/StyleSheet.hs
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ import Codec.Xlsx.Writer.Internal
-- | StyleSheet for an XML document
--
-- Relevant parts of the EMCA standard (4th edition, part 1,
-- <http://www.ecma-international.org/publications/standards/Ecma-376.htm>),
-- <https://ecma-international.org/publications-and-standards/standards/ecma-376/>),
-- page numbers refer to the page in the PDF rather than the page number as
-- printed on the page):
--
Expand Down
2 changes: 1 addition & 1 deletion xlsx.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Description:
For examples look into "Codec.Xlsx".
.
Format is covered by ECMA-376 standard:
<http://www.ecma-international.org/publications/standards/Ecma-376.htm>
<https://ecma-international.org/publications-and-standards/standards/ecma-376/>
.
4th edition of the standard with the transitional schema is used for this library.
Extra-source-files:
Expand Down

0 comments on commit 0c8d64a

Please sign in to comment.