Skip to content

Commit 9a489d5

Browse files
committed
fix(docs): fix broken links typos
1 parent e23520d commit 9a489d5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Serverless API Framework
22

33
[![PyPI version](https://badge.fury.io/py/scw-serverless.svg)](https://badge.fury.io/py/scw-serverless)
4-
[![Documentation Status](https://readthedocs.org/projects/serverless-api-framework-python/badge/?version=latest)](https://serverless-api-framework-python.readthedocs.io/en/latest/?badge=latest)
4+
[![Documentation Status](https://readthedocs.org/projects/serverless-api-project/badge/?version=latest)](https://serverless-api-project.readthedocs.io/en/latest/?badge=latest)
55
[![pre-commit.ci status](https://results.pre-commit.ci/badge/github/scaleway/serverless-api-framework-python/main.svg)](https://results.pre-commit.ci/latest/github/scaleway/serverless-api-framework-python/main)
66

77
Serverless API Framework is a tool that lets you write and deploy serverless functions in Python.
@@ -69,7 +69,7 @@ The tool will use your Scaleway credentials from your environment and config fil
6969

7070
## What’s Next?
7171

72-
To learn more about the framework, have a look at the [documentation](https://serverless-api-framework-python.readthedocs.io/).
72+
To learn more about the framework, have a look at the [documentation](https://serverless-api-project.readthedocs.io/).
7373
If you want to see it in action, we provide some [examples](https://github.com/scaleway/serverless-api-framework-python-python/tree/main/examples) to get you started.
7474

7575
To run your Python functions locally, check out [Scaleway Functions Python](https://github.com/scaleway/serverless-functions-python).

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ authors = ["Scaleway Serverless Team <opensource@scaleway.com>"]
66
readme = "README.md"
77
license = "MIT"
88
repository = "https://github.com/scaleway/serverless-api-framework-python-python"
9-
documentation = "https://serverless-api-framework-python.readthedocs.io/en/latest/"
9+
documentation = "https://serverless-api-project.readthedocs.io/en/latest/"
1010
keywords = ["serverless", "scaleway", "functions", "cloud", "faas"]
1111

1212
# Should be one of:

0 commit comments

Comments
 (0)