Skip to content

Commit a871b14

Browse files
author
cak
committed
update reference links in readme
1 parent 3a580f2 commit a871b14

1 file changed

Lines changed: 18 additions & 18 deletions

File tree

README.md

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -29,24 +29,24 @@ In today's web landscape, security is paramount. **secure.py** is a lightweight
2929

3030
**secure.py** supports the following Python web frameworks:
3131

32-
| Framework | Documentation |
33-
| ----------------------------------------------------- | ---------------------------------------------------- |
34-
| [aiohttp](https://docs.aiohttp.org) | [Integration Guide](./docs/frameworks.md#aiohttp) |
35-
| [Bottle](https://bottlepy.org) | [Integration Guide](./docs/frameworks.md#bottle) |
36-
| [CherryPy](https://cherrypy.dev/) | [Integration Guide](./docs/frameworks.md#cherrypy) |
37-
| [Django](https://www.djangoproject.com) | [Integration Guide](./docs/frameworks.md#django) |
38-
| [Falcon](https://falconframework.org) | [Integration Guide](./docs/frameworks.md#falcon) |
39-
| [FastAPI](https://fastapi.tiangolo.com) | [Integration Guide](./docs/frameworks.md#fastapi) |
40-
| [Flask](http://flask.pocoo.org) | [Integration Guide](./docs/frameworks.md#flask) |
41-
| [Masonite](https://docs.masoniteproject.com/) | [Integration Guide](./docs/frameworks.md#masonite) |
42-
| [Morepath](https://morepath.readthedocs.io) | [Integration Guide](./docs/frameworks.md#morepath) |
43-
| [Pyramid](https://trypyramid.com) | [Integration Guide](./docs/frameworks.md#pyramid) |
44-
| [Quart](https://quart.palletsprojects.com/en/latest/) | [Integration Guide](./docs/frameworks.md#quart) |
45-
| [Responder](https://responder.kennethreitz.org/) | [Integration Guide](./docs/frameworks.md#responder) |
46-
| [Sanic](https://sanicframework.org) | [Integration Guide](./docs/frameworks.md#sanic) |
47-
| [Starlette](https://www.starlette.io/) | [Integration Guide](./docs/frameworks.md#starlette) |
48-
| [Tornado](https://www.tornadoweb.org/) | [Integration Guide](./docs/frameworks.md#tornado) |
49-
| [TurboGears](https://turbogears.org/) | [Integration Guide](./docs/frameworks.md#turbogears) |
32+
| Framework | Documentation |
33+
| ----------------------------------------------------- | ------------------------------------------------------------------------------------------------ |
34+
| [aiohttp](https://docs.aiohttp.org) | [Integration Guide](https://github.com/TypeError/secure/blob/main/docs/frameworks.md#aiohttp) |
35+
| [Bottle](https://bottlepy.org) | [Integration Guide](https://github.com/TypeError/secure/blob/main/docs/frameworks.md#bottle) |
36+
| [CherryPy](https://cherrypy.dev/) | [Integration Guide](https://github.com/TypeError/secure/blob/main/docs/frameworks.md#cherrypy) |
37+
| [Django](https://www.djangoproject.com) | [Integration Guide](https://github.com/TypeError/secure/blob/main/docs/frameworks.md#django) |
38+
| [Falcon](https://falconframework.org) | [Integration Guide](https://github.com/TypeError/secure/blob/main/docs/frameworks.md#falcon) |
39+
| [FastAPI](https://fastapi.tiangolo.com) | [Integration Guide](https://github.com/TypeError/secure/blob/main/docs/frameworks.md#fastapi) |
40+
| [Flask](http://flask.pocoo.org) | [Integration Guide](https://github.com/TypeError/secure/blob/main/docs/frameworks.md#flask) |
41+
| [Masonite](https://docs.masoniteproject.com/) | [Integration Guide](https://github.com/TypeError/secure/blob/main/docs/frameworks.md#masonite) |
42+
| [Morepath](https://morepath.readthedocs.io) | [Integration Guide](https://github.com/TypeError/secure/blob/main/docs/frameworks.md#morepath) |
43+
| [Pyramid](https://trypyramid.com) | [Integration Guide](https://github.com/TypeError/secure/blob/main/docs/frameworks.md#pyramid) |
44+
| [Quart](https://quart.palletsprojects.com/en/latest/) | [Integration Guide](https://github.com/TypeError/secure/blob/main/docs/frameworks.md#quart) |
45+
| [Responder](https://responder.kennethreitz.org/) | [Integration Guide](https://github.com/TypeError/secure/blob/main/docs/frameworks.md#responder) |
46+
| [Sanic](https://sanicframework.org) | [Integration Guide](https://github.com/TypeError/secure/blob/main/docs/frameworks.md#sanic) |
47+
| [Starlette](https://www.starlette.io/) | [Integration Guide](https://github.com/TypeError/secure/blob/main/docs/frameworks.md#starlette) |
48+
| [Tornado](https://www.tornadoweb.org/) | [Integration Guide](https://github.com/TypeError/secure/blob/main/docs/frameworks.md#tornado) |
49+
| [TurboGears](https://turbogears.org/) | [Integration Guide](https://github.com/TypeError/secure/blob/main/docs/frameworks.md#turbogears) |
5050

5151
---
5252

0 commit comments

Comments
 (0)