Skip to content

Commit fb6918e

Browse files
authored
📝. Update README images (#78)
- Update images - Add badge for release workflow
1 parent 38f9cc0 commit fb6918e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
![Microsoft Defending Democracy Program: ElectionGuard](images/electionguard-banner.svg)
1+
![Microsoft Defending Democracy Program: ElectionGuard](https://raw.githubusercontent.com/microsoft/electionguard-web-api/main/images/electionguard-banner.svg)
22

33
# 🗳️ ElectionGuard Web API
44

@@ -45,7 +45,7 @@ _These requirements line up with [electionguard-python](https://github.com/micro
4545

4646
### Quick Start
4747

48-
Using [**make**](https://www.gnu.org/software/make/manual/make.html), installation and startup can be run with one command:
48+
Using [**make**](https://www.gnu.org/software/make/manual/make.html), installation and startup can be run with one command:
4949

5050
To set up the environment:
5151

docs/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
![Microsoft Defending Democracy Program: ElectionGuard](https://github.com/microsoft/electionguard-web-api/tree/main/images/electionguard-banner.svg)
1+
![Microsoft Defending Democracy Program: ElectionGuard](https://raw.githubusercontent.com/microsoft/electionguard-web-api/main/images/electionguard-banner.svg)
22

33
# 🗳️ ElectionGuard Web API
44

5-
![docker version](https://img.shields.io/docker/v/electionguard/electionguard-web-api) ![docker pulls](https://img.shields.io/docker/pulls/electionguard/electionguard-web-api) [![Language grade: Python](https://img.shields.io/lgtm/grade/python/g/microsoft/electionguard-web-api.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/microsoft/electionguard-web-api/context:python) [![Total alerts](https://img.shields.io/lgtm/alerts/g/microsoft/electionguard-web-api.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/microsoft/electionguard-web-api/alerts/) [![Documentation Status](https://readthedocs.org/projects/electionguard-web-api/badge/?version=latest)](https://electionguard-web-api.readthedocs.io) [![license](https://img.shields.io/github/license/microsoft/electionguard-web-api)](LICENSE)
5+
![docker version](https://img.shields.io/docker/v/electionguard/electionguard-web-api) ![docker pulls](https://img.shields.io/docker/pulls/electionguard/electionguard-web-api) ![Release Build](https://github.com/microsoft/electionguard-web-api/workflows/Release%20Build/badge.svg?event=milestone) [![Language grade: Python](https://img.shields.io/lgtm/grade/python/g/microsoft/electionguard-web-api.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/microsoft/electionguard-web-api/context:python) [![Total alerts](https://img.shields.io/lgtm/alerts/g/microsoft/electionguard-web-api.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/microsoft/electionguard-web-api/alerts/) [![Documentation Status](https://readthedocs.org/projects/electionguard-web-api/badge/?version=latest)](https://electionguard-web-api.readthedocs.io) [![license](https://img.shields.io/github/license/microsoft/electionguard-web-api)](LICENSE)
66

77
This is a python API that utilizes [`electionguard-python`](https://github.com/microsoft/electionguard-python) to perform ballot encryption, casting, spoiling, and tallying. This API is implemented using [FastAPI](https://fastapi.tiangolo.com/#interactive-api-docs).
88

@@ -45,7 +45,7 @@ _These requirements line up with [electionguard-python](https://github.com/micro
4545

4646
### Quick Start
4747

48-
Using [**make**](https://www.gnu.org/software/make/manual/make.html), installation and startup can be run with one command:
48+
Using [**make**](https://www.gnu.org/software/make/manual/make.html), installation and startup can be run with one command:
4949

5050
To set up the environment:
5151

0 commit comments

Comments
 (0)