From f764108cc73bba318a320c898b466f6fe089f5e6 Mon Sep 17 00:00:00 2001 From: Ryan Rehman Date: Sat, 21 Mar 2020 22:47:19 +0530 Subject: [PATCH] docs: Update link to Handlebars Block Helpers. This also removes an unused link. --- docs/overview/architecture-overview.md | 2 +- docs/overview/directory-structure.md | 2 +- docs/subsystems/html-css.md | 5 ++--- docs/testing/linters.md | 2 +- docs/translating/internationalization.md | 2 +- 5 files changed, 6 insertions(+), 7 deletions(-) diff --git a/docs/overview/architecture-overview.md b/docs/overview/architecture-overview.md index 3cb0628673..77be20f8b2 100644 --- a/docs/overview/architecture-overview.md +++ b/docs/overview/architecture-overview.md @@ -116,7 +116,7 @@ For more details on the frontend, see our documentation on [the static asset pipeline](../subsystems/html-css.html#static-asset-pipeline). [Jinja2]: http://jinja.pocoo.org/ -[Handlebars]: http://handlebarsjs.com/ +[Handlebars]: https://handlebarsjs.com/ ### nginx diff --git a/docs/overview/directory-structure.md b/docs/overview/directory-structure.md index bf4f7ddf6f..66cbea6c1c 100644 --- a/docs/overview/directory-structure.md +++ b/docs/overview/directory-structure.md @@ -48,7 +48,7 @@ templating systems. * `templates/zerver/` For [Jinja2](http://jinja.pocoo.org/) templates for the backend (for zerver app; logged-in content is in `templates/zerver/app`). -* `static/templates/` [Handlebars](http://handlebarsjs.com/) templates for the frontend. +* `static/templates/` [Handlebars](https://handlebarsjs.com/) templates for the frontend. ---------------------------------------- diff --git a/docs/subsystems/html-css.md b/docs/subsystems/html-css.md index 5d008e68b7..c154780d53 100644 --- a/docs/subsystems/html-css.md +++ b/docs/subsystems/html-css.md @@ -265,11 +265,10 @@ Read more about these module systems here: * [CommonJS](https://nodejs.org/api/modules.html#modules_modules) [Jinja2]: http://jinja.pocoo.org/ -[Handlebars]: http://handlebarsjs.com/ +[Handlebars]: https://handlebarsjs.com/ [trans]: http://jinja.pocoo.org/docs/dev/templates/#i18n [i18next]: https://www.i18next.com [official]: https://www.i18next.com/plurals.html -[helpers]: http://handlebarsjs.com/block_helpers.html [jconditionals]: http://jinja.pocoo.org/docs/2.9/templates/#list-of-control-structures -[hconditionals]: http://handlebarsjs.com/block_helpers.html +[hconditionals]: https://handlebarsjs.com/guide/#block_helpers.html [translation]: ../translating/translating.md diff --git a/docs/testing/linters.md b/docs/testing/linters.md index bc92591962..954f7ff0d8 100644 --- a/docs/testing/linters.md +++ b/docs/testing/linters.md @@ -197,7 +197,7 @@ option of puppet. Zulip uses two HTML templating systems: - [Django templates](https://docs.djangoproject.com/en/1.10/topics/templates/) -- [handlebars](http://handlebarsjs.com/) +- [handlebars](https://handlebarsjs.com/) Zulip has an internal tool that validates both types of templates for correct indentation and matching tags. You can find the code here: diff --git a/docs/translating/internationalization.md b/docs/translating/internationalization.md index d203060970..d0bb10e969 100644 --- a/docs/translating/internationalization.md +++ b/docs/translating/internationalization.md @@ -296,7 +296,7 @@ organizations from the command line. [Jinja2]: http://jinja.pocoo.org/ -[Handlebars]: http://handlebarsjs.com/ +[Handlebars]: https://handlebarsjs.com/ [trans]: http://jinja.pocoo.org/docs/dev/templates/#i18n [i18next]: https://www.i18next.com [official]: https://www.i18next.com/plurals.html