Fix links and make file
- Fix workflow and contributing URLs - Update make file instructions
This commit is contained in:
parent
d77d4e1a31
commit
162ddd3041
|
@ -1,3 +1,3 @@
|
|||
# Contributing
|
||||
|
||||
See https://docs.franco.net.eu.org/md-toc/contributing.html
|
||||
See https://docs.franco.net.eu.org/fattura-elettronica-reader/contributing.html
|
||||
|
|
2
Makefile
2
Makefile
|
@ -36,8 +36,8 @@ uninstall:
|
|||
install-dev:
|
||||
pipenv install --dev
|
||||
pipenv run pre-commit install
|
||||
pipenv run pre-commit install --hook-type commit-msg
|
||||
pipenv graph
|
||||
pipenv check
|
||||
|
||||
uninstall-dev:
|
||||
rm -f Pipfile.lock
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
Contributing
|
||||
============
|
||||
|
||||
`Contributing [common] <https://docs.franco.net.eu.org/fpydocs/contributing_common.html>`_ version `4.3.0 <https://software.franco.net.eu.org/frnmst/fpydocs/src/tag/4.3.0>`_
|
||||
See `Python contributing <https://docs.franco.net.eu.org/ftutorials/en/content/programming/python/contributing.html>`_
|
||||
|
||||
TODO and FIXME
|
||||
--------------
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
Workflow
|
||||
========
|
||||
|
||||
`Workflow [common] <https://docs.franco.net.eu.org/fpydocs/workflow_common.html>`_ version `4.3.0 <https://software.franco.net.eu.org/frnmst/fpydocs/src/tag/4.3.0>`_
|
||||
See `Python workflow <https://docs.franco.net.eu.org/ftutorials/en/content/programming/python/workflow.html>`_
|
||||
|
|
Loading…
Reference in New Issue