lists.arthurdejong.org
RSS feed

python-stdnum branch master updated. 1.11-37-g9c18ac5

[Date Prev][Date Next] [Thread Prev][Thread Next]

python-stdnum branch master updated. 1.11-37-g9c18ac5



This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "python-stdnum".

The branch, master has been updated
       via  9c18ac53c339a7c643b83c9ca62c59421775df3f (commit)
      from  ac50afa042c50ca9c50a9c9e8256ebbf018fc670 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
https://arthurdejong.org/git/python-stdnum/commit/?id=9c18ac53c339a7c643b83c9ca62c59421775df3f

commit 9c18ac53c339a7c643b83c9ca62c59421775df3f
Author: Jeffry Jesus De La Rosa <jeffryjesus@gmail.com>
Date:   Thu Aug 29 22:31:37 2019 -0400

    Fix broken links to DGII documentation
    
    DGII has changed its page, all the link have been broken, so they
    changed some URL.
    
    Closes https://github.com/arthurdejong/python-stdnum/pull/153

diff --git a/stdnum/do/ncf.py b/stdnum/do/ncf.py
index 2c1ae9b..1b55133 100644
--- a/stdnum/do/ncf.py
+++ b/stdnum/do/ncf.py
@@ -41,8 +41,8 @@ The 13 digit e-CF starts with an E followed a 2-digit 
document type and an
 More information:
 
  * https://www.dgii.gov.do/
- * https://dgii.gov.do/legislacion/normas/Documents/Norma05-19.pdf
- * 
https://dgii.gov.do/contribuyentes/personasFisicas/inicioOperaciones/ComprobantesFiscales/Paginas/comprobantesFiscalesElectronicos.aspx
+ * https://dgii.gov.do/workshopProveedoresTI-eCE/Documents/Norma05-19.pdf
+ * 
https://dgii.gov.do/cicloContribuyente/facturacion/comprobantesFiscales/Paginas/tiposComprobantes.aspx
 
 >>> validate('E310000000005')  # format since 2019-04-08
 'E310000000005'

-----------------------------------------------------------------------

Summary of changes:
 stdnum/do/ncf.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
python-stdnum