You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.rst
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ PyWebApi is a micro-framework for Python RESTfulization. It turns Python(3+) mod
7
7
The repository provides:
8
8
9
9
#. A library package **pywebapi** (https://pypi.org/project/pywebapi) for making PyWebApi Server.
10
-
#. A sample `PyWebApi Server (for IIS) <https://github.com/DataBooster/PyWebApi/tree/master/Sample/PyWebApi.IIS>`_. It can be easily customized to your own PyWebApi Server.
10
+
#. A sample `PyWebApi Server (for IIS) <SamplePyWebApi Server (for IIS)_>`__. It can be easily customized to your own PyWebApi Server.
11
11
#. Some sample `user-apps/user-modules/user-scripts <Sample User Apps/Modules/Scripts_>`__.
12
12
#. Some utility PyPI packages:
13
13
@@ -232,3 +232,4 @@ Sample User Apps/Modules/Scripts
232
232
#. (optional) Sends the above results to a database (`DbWebApi <https://github.com/DataBooster/DbWebApi>`_) for storage or further processing;
233
233
#. (optional) Sends a notification about the final result or error.
0 commit comments