File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -286,7 +286,7 @@ Cross-Origin Resource Sharing (CORS)
286
286
- | None
287
287
288
288
* - Examples
289
- - | `cors .py <https://github.com/miguelgrinberg/microdot/blob/main/examples/cors/cors .py >`_
289
+ - | `app .py <https://github.com/miguelgrinberg/microdot/blob/main/examples/cors/app .py >`_
290
290
291
291
The CORS extension provides support for `Cross-Origin Resource Sharing
292
292
(CORS) <https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS> `_. CORS is a
@@ -363,7 +363,7 @@ Using an ASGI Web Server
363
363
- | `asgi.py <https://github.com/miguelgrinberg/microdot/tree/main/src/microdot/asgi.py >`_
364
364
365
365
* - Required external dependencies
366
- - | An ASGI web server, such as `Uvicorn <https://uvicorn.org/ >`_.
366
+ - | An ASGI web server, such as `Uvicorn <https://www. uvicorn.org/ >`_.
367
367
368
368
* - Examples
369
369
- | `hello_asgi.py <https://github.com/miguelgrinberg/microdot/blob/main/examples/hello/hello_asgi.py >`_
Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ Running with CPython
118
118
:align: left
119
119
120
120
* - Required Microdot source files
121
- - | `microdot.py <https://github.com/miguelgrinberg/microdot/tree /main/src/microdot.py >`_
121
+ - | `microdot.py <https://github.com/miguelgrinberg/microdot/blob /main/src/microdot /microdot.py >`_
122
122
123
123
* - Required external dependencies
124
124
- | None
@@ -144,7 +144,7 @@ Running with MicroPython
144
144
:align: left
145
145
146
146
* - Required Microdot source files
147
- - | `microdot.py <https://github.com/miguelgrinberg/microdot/tree /main/src/microdot.py >`_
147
+ - | `microdot.py <https://github.com/miguelgrinberg/microdot/blob /main/src/microdot /microdot.py >`_
148
148
149
149
* - Required external dependencies
150
150
- | None
You can’t perform that action at this time.
0 commit comments