Skip to content

Commit 8bddbce

Browse files
authored
fix the extensions API link (#89)
1 parent fc7adf2 commit 8bddbce

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ This section provides a brief overview of how to develop your own extensions.
8585

8686
LocalStack exposes a Python API for building extensions that can be found in
8787
the core codebase in
88-
[`localstack.extensions.api`](https://github.com/localstack/localstack/tree/master/localstack/extensions/api).
88+
[`localstack.extensions.api`](https://github.com/localstack/localstack/tree/master/localstack-core/localstack/extensions/api).
8989

9090
The basic interface to implement is as follows:
9191

0 commit comments

Comments
 (0)