Fossil SCM
Updated link to the public JSON API docs.
Commit
acda62f5d9507814fbd5b15af87001942c39be6dcf7cee635de3a5740f46e60c
Parent
e0b51eb2e76b31f…
1 file changed
+2
-3
+2
-3
| --- src/json.c | ||
| +++ src/json.c | ||
| @@ -16,14 +16,13 @@ | ||
| 16 | 16 | ** |
| 17 | 17 | ******************************************************************************* |
| 18 | 18 | ** |
| 19 | 19 | ** Code for the JSON API. |
| 20 | 20 | ** |
| 21 | -** For notes regarding the public JSON interface, please see: | |
| 21 | +** The JSON API's public interface is documented at: | |
| 22 | 22 | ** |
| 23 | -** https://docs.google.com/document/d/1fXViveNhDbiXgCuE7QDXQOKeFzf2qNUkBEgiUvoqFN4/view | |
| 24 | -** | |
| 23 | +** https://fossil-scm.org/fossil/doc/trunk/www/json-api/index.md | |
| 25 | 24 | ** |
| 26 | 25 | ** Notes for hackers... |
| 27 | 26 | ** |
| 28 | 27 | ** Here's how command/page dispatching works: json_page_top() (in HTTP mode) or |
| 29 | 28 | ** json_cmd_top() (in CLI mode) catch the "json" path/command. Those functions then |
| 30 | 29 |
| --- src/json.c | |
| +++ src/json.c | |
| @@ -16,14 +16,13 @@ | |
| 16 | ** |
| 17 | ******************************************************************************* |
| 18 | ** |
| 19 | ** Code for the JSON API. |
| 20 | ** |
| 21 | ** For notes regarding the public JSON interface, please see: |
| 22 | ** |
| 23 | ** https://docs.google.com/document/d/1fXViveNhDbiXgCuE7QDXQOKeFzf2qNUkBEgiUvoqFN4/view |
| 24 | ** |
| 25 | ** |
| 26 | ** Notes for hackers... |
| 27 | ** |
| 28 | ** Here's how command/page dispatching works: json_page_top() (in HTTP mode) or |
| 29 | ** json_cmd_top() (in CLI mode) catch the "json" path/command. Those functions then |
| 30 |
| --- src/json.c | |
| +++ src/json.c | |
| @@ -16,14 +16,13 @@ | |
| 16 | ** |
| 17 | ******************************************************************************* |
| 18 | ** |
| 19 | ** Code for the JSON API. |
| 20 | ** |
| 21 | ** The JSON API's public interface is documented at: |
| 22 | ** |
| 23 | ** https://fossil-scm.org/fossil/doc/trunk/www/json-api/index.md |
| 24 | ** |
| 25 | ** Notes for hackers... |
| 26 | ** |
| 27 | ** Here's how command/page dispatching works: json_page_top() (in HTTP mode) or |
| 28 | ** json_cmd_top() (in CLI mode) catch the "json" path/command. Those functions then |
| 29 |