diff options
author | xuri <xuri.me@gmail.com> | 2021-04-30 00:14:42 +0800 |
---|---|---|
committer | xuri <xuri.me@gmail.com> | 2021-04-30 00:14:42 +0800 |
commit | 7e429c5b464b53f305e94cc355f14ba9e1d9849c (patch) | |
tree | c732503f48464b6303291d2538f80d170c4bc913 /README.md | |
parent | af5e87dbcf5a89201072f5ca07d532258ece278f (diff) |
Fixe issue generated file corrupted caused by incorrect default XML namespace attributes
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -204,7 +204,7 @@ func main() { ## Contributing -Contributions are welcome! Open a pull request to fix a bug, or open an issue to discuss a new feature or change. XML is compliant with [part 1 of the 5th edition of the ECMA-376 Standard for Office Open XML](http://www.ecma-international.org/publications/standards/Ecma-376.htm). +Contributions are welcome! Open a pull request to fix a bug, or open an issue to discuss a new feature or change. XML is compliant with [part 1 of the 5th edition of the ECMA-376 Standard for Office Open XML](https://www.ecma-international.org/publications-and-standards/standards/ecma-376/). ## Licenses |