mirror of https://github.com/zulip/zulip.git
docs: Correct stale Chrome and Handlebars links.
This commit is contained in:
parent
3443e1d479
commit
3fd621b608
|
@ -14,10 +14,9 @@ subdirectory.
|
||||||
## Editing Zulip CSS
|
## Editing Zulip CSS
|
||||||
|
|
||||||
If you aren't experienced with doing web development and want to make
|
If you aren't experienced with doing web development and want to make
|
||||||
CSS changes, we recommend reading the excellent [Chrome web inspector
|
CSS changes, we recommend reading the excellent [Chrome developer tools
|
||||||
guide on editing HTML/CSS](https://developer.chrome.com/devtools/docs/dom-and-styles),
|
guide to the Elements panel and CSS](https://developer.chrome.com/docs/devtools/overview/#elements),
|
||||||
especially the [section on
|
as well as the [section on viewing and editing CSS](https://developer.chrome.com/docs/devtools/css/)
|
||||||
CSS](https://developer.chrome.com/devtools/docs/dom-and-styles#styles)
|
|
||||||
to learn about all the great tools that you can use to modify and test
|
to learn about all the great tools that you can use to modify and test
|
||||||
changes to CSS interactively in-browser (without even having the
|
changes to CSS interactively in-browser (without even having the
|
||||||
reload the page!).
|
reload the page!).
|
||||||
|
@ -281,5 +280,5 @@ function in those scenarios, add it to `zulip_test`. This is also
|
||||||
[handlebars]: https://handlebarsjs.com/
|
[handlebars]: https://handlebarsjs.com/
|
||||||
[trans]: https://jinja.palletsprojects.com/en/3.0.x/extensions/#i18n-extension
|
[trans]: https://jinja.palletsprojects.com/en/3.0.x/extensions/#i18n-extension
|
||||||
[jconditionals]: http://jinja.pocoo.org/docs/2.9/templates/#list-of-control-structures
|
[jconditionals]: http://jinja.pocoo.org/docs/2.9/templates/#list-of-control-structures
|
||||||
[hconditionals]: https://handlebarsjs.com/guide/#block_helpers.html
|
[hconditionals]: https://handlebarsjs.com/guide/block-helpers.html#block-helpers
|
||||||
[translation]: ../translating/translating.md
|
[translation]: ../translating/translating.md
|
||||||
|
|
Loading…
Reference in New Issue