Skip to content

Commit

Permalink
fix some links
Browse files Browse the repository at this point in the history
  • Loading branch information
burnettk committed Feb 11, 2024
1 parent 04f8f2b commit 08002d2
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 12 deletions.
6 changes: 3 additions & 3 deletions CONTRIBUTING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
-------------------
Expand Down
8 changes: 4 additions & 4 deletions spiffworkflow-backend/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 1 addition & 5 deletions spiffworkflow-frontend/README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 08002d2

Please sign in to comment.