fix some links
This commit is contained in:
parent
04f8f2b0ac
commit
08002d2c9c
|
@ -12,9 +12,9 @@ Here is a list of important resources for contributors:
|
|||
- `Issue Tracker`_
|
||||
- `Code of Conduct`_
|
||||
|
||||
.. _Source Code: https://github.com/sartography/spiffworkflow-backend
|
||||
.. _Documentation: https://spiffworkflow-backend.readthedocs.io/
|
||||
.. _Issue Tracker: https://github.com/sartography/spiffworkflow-backend/issues
|
||||
.. _Source Code: https://github.com/sartography/spiff-arena
|
||||
.. _Documentation: https://spiff-arena.readthedocs.io/
|
||||
.. _Issue Tracker: https://github.com/sartography/spiff-arena/issues
|
||||
|
||||
How to report a bug
|
||||
-------------------
|
||||
|
|
|
@ -2,11 +2,11 @@ Spiffworkflow Backend
|
|||
==========
|
||||
|Tests| |Codecov| |pre-commit| |Black|
|
||||
|
||||
.. |Tests| image:: https://github.com/sartography/spiffworkflow-backend/workflows/Tests/badge.svg
|
||||
:target: https://github.com/sartography/spiffworkflow-backend/actions?workflow=Tests
|
||||
.. |Tests| image:: https://github.com/sartography/spiff-arena/actions/workflows/tests.yml/badge.svg
|
||||
:target: https://github.com/sartography/spiff-arena/actions?workflow=Tests
|
||||
:alt: Tests
|
||||
.. |Codecov| image:: https://codecov.io/gh/sartography/spiffworkflow-backend/branch/main/graph/badge.svg
|
||||
:target: https://codecov.io/gh/sartography/spiffworkflow-backend
|
||||
.. |Codecov| image:: https://codecov.io/gh/sartography/spiff-arena/branch/main/graph/badge.svg
|
||||
:target: https://codecov.io/gh/sartography/spiff-arena
|
||||
:alt: Codecov
|
||||
.. |pre-commit| image:: https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white
|
||||
:target: https://github.com/pre-commit/pre-commit
|
||||
|
|
|
@ -1,13 +1,9 @@
|
|||
# spiffworkflow-frontend
|
||||
|
||||
[![Tests](https://github.com/sartography/spiffworkflow-frontend/actions/workflows/tests.yml/badge.svg)](https://github.com/sartography/spiffworkflow-frontend/actions/workflows/tests.yml)
|
||||
|
||||
## NOTE: This is still in development. NOT READY FOR GENERAL USE!!!!!
|
||||
|
||||
This is the frontend part of an app that leverages
|
||||
[spiffworkflow](https://github.com/sartography/spiffworkflow) for managing and
|
||||
running business processes. The backend portion can be found at
|
||||
https://github.com/sartography/spiffworkflow-backend.
|
||||
https://github.com/sartography/spiff-arena/tree/main/spiffworkflow-backend
|
||||
|
||||
This project was bootstrapped with [Create React
|
||||
App](https://github.com/facebook/create-react-app), and the balance of this
|
||||
|
|
Loading…
Reference in New Issue