mirror of
				https://github.com/zulip/zulip.git
				synced 2025-10-31 03:53:50 +00:00 
			
		
		
		
	Revert "docs: Update .html links to .md."
This doesn't work without the CommonMark upgrade.
This reverts commit c87893feea.
			
			
This commit is contained in:
		| @@ -39,7 +39,7 @@ location /static/ { | ||||
|  | ||||
| ## Nginx routes other requests [between django and tornado][tornado-django] | ||||
|  | ||||
| [tornado-django]: ../overview/architecture-overview.md?highlight=tornado#django-and-tornado | ||||
| [tornado-django]: ../overview/architecture-overview.html?highlight=tornado#django-and-tornado | ||||
|  | ||||
| All our connected clients hold open long-polling connections so that | ||||
| they can receive events (messages, presence notifications, and so on) in | ||||
| @@ -58,7 +58,7 @@ There are various | ||||
| [urls.py](https://docs.djangoproject.com/en/1.8/topics/http/urls/) | ||||
| files throughout the server codebase, which are covered in more detail | ||||
| in | ||||
| [the directory structure doc](../overview/directory-structure.md). | ||||
| [the directory structure doc](../overview/directory-structure.html). | ||||
|  | ||||
| The main Zulip Django app is `zerver`. The routes are found in | ||||
| ``` | ||||
| @@ -188,7 +188,7 @@ find the correct view to show: | ||||
|  | ||||
| ## The view will authorize the user, extract request variables, and validate them | ||||
|  | ||||
| This is covered in good detail in the [writing views doc](writing-views.md). | ||||
| This is covered in good detail in the [writing views doc](writing-views.html). | ||||
|  | ||||
| ## Results are given as JSON | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user