Skip to content

Commit 55a92a5

Browse files
committed
fix lgtm link, docs link in README and docs
1 parent 4ee06c7 commit 55a92a5

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Flask-Shell2HTTP
22

33
[![CodeFactor](https://www.codefactor.io/repository/github/eshaan7/flask-shell2http/badge)](https://www.codefactor.io/repository/github/eshaan7/flask-shell2http)
4-
<a href="https://lgtm.com/projects/g/eshaan7/flask-shell2http/context:python">
5-
<img alt="Language grade: Python" src="https://img.shields.io/lgtm/grade/python/g/eshaan7/flask-shell2http.svg?logo=lgtm&logoWidth=18"/>
4+
<a href="https://lgtm.com/projects/g/Eshaan7/Flask-Shell2HTTP/context:python">
5+
<img alt="Language grade: Python" src="https://img.shields.io/lgtm/grade/python/g/Eshaan7/Flask-Shell2HTTP.svg?logo=lgtm&logoWidth=18"/>
66
</a>
77
[![flask-shell2http on pypi](https://img.shields.io/pypi/v/flask-shell2http)](https://pypi.org/project/Flask-Shell2HTTP/)
88

@@ -29,7 +29,7 @@ Inspired by the work of awesome folks over at [msoap/shell2http](https://github.
2929

3030
[![Documentation Status](https://readthedocs.org/projects/flask-shell2http/badge/?version=latest)](https://flask-shell2http.readthedocs.io/en/latest/?badge=latest)
3131

32-
Read the [Quickstart](https://flask-shell2http.readthedocs.io/quickstart.html)
32+
Read the [Quickstart](https://flask-shell2http.readthedocs.io/en/latest/Quickstart.html)
3333
from the [documentation](https://flask-shell2http.readthedocs.io/) to get started!
3434

3535
## Why?

docs/source/conf.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
author = "Eshaan Bansal"
2727

2828
# The full version, including alpha/beta/rc tags
29-
release = "1.1.1"
29+
release = "1.1.2"
3030

3131

3232
# -- General configuration ---------------------------------------------------
@@ -64,7 +64,7 @@
6464

6565
html_context = {
6666
"project_links": [
67-
ProjectLink("Donate To the Author", "https://paypal.me/eshaanbansal"),
67+
ProjectLink("Donate To The Author", "https://paypal.me/eshaanbansal"),
6868
ProjectLink(
6969
"Flask-Shell2HTTP Website", "https://flask-shell2http.readthedocs.io/"
7070
),
@@ -83,7 +83,7 @@
8383
html_static_path = ["_static"]
8484
# html_favicon = "_static/flask-icon.png"
8585
# html_logo = "_static/flask-icon.png"
86-
html_title = f"Flask Documentation ({release})"
86+
html_title = f"Flask-Shell2HTTP Documentation ({release})"
8787

8888

8989
# Add any paths that contain custom static files (such as style sheets) here,

docs/source/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Welcome to Flask-Shell2HTTP!
22
================================
33

44
.. image:: https://www.codefactor.io/repository/github/eshaan7/flask-shell2http/badge
5-
.. image:: https://img.shields.io/lgtm/grade/python/g/eshaan7/flask-shell2http.svg?logo=lgtm&logoWidth=18
5+
.. image:: https://img.shields.io/lgtm/grade/python/g/Eshaan7/Flask-Shell2HTTP.svg?logo=lgtm&logoWidth=18
66
.. image:: https://img.shields.io/pypi/v/flask-shell2http
77

88
A minimalist Flask_ extension that serves as a REST API wrapper for python's subprocess API.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
setup(
1919
name="Flask-Shell2HTTP",
20-
version="1.1.1",
20+
version="1.1.2",
2121
url=GITHUB_URL,
2222
license="BSD",
2323
author="Eshaan Bansal",

0 commit comments

Comments
 (0)