From 7e4ac52af4dc93b1d1b46cb39ead62b450e94b98 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Go=C5=82e=CC=A8biowski-Owczarek?= Date: Thu, 7 Feb 2019 14:41:33 +0100 Subject: [PATCH] HTTPS-ify most insecure URLs in content/docs (& one in Acknowledgments) This is a followup to #1157 --- content/docs/accessibility.md | 38 +++++++++---------- content/docs/add-react-to-a-website.md | 4 +- content/docs/addons-perf.md | 4 +- content/docs/addons-shallow-renderer.md | 2 +- content/docs/addons-test-utils.md | 4 +- content/docs/addons-update.md | 4 +- content/docs/code-splitting.md | 2 +- content/docs/codebase-overview.md | 4 +- content/docs/create-a-new-react-app.md | 6 +-- content/docs/design-principles.md | 6 +-- content/docs/faq-functions.md | 2 +- content/docs/faq-state.md | 2 +- content/docs/getting-started.md | 4 +- content/docs/handling-events.md | 2 +- content/docs/higher-order-components.md | 6 +-- content/docs/how-to-contribute.md | 4 +- .../docs/integrating-with-other-libraries.md | 22 +++++------ content/docs/introducing-jsx.md | 6 +-- content/docs/reconciliation.md | 2 +- content/docs/reference-dom-elements.md | 2 +- content/docs/reference-glossary.md | 2 +- content/docs/reference-test-renderer.md | 4 +- content/docs/state-and-lifecycle.md | 14 +++---- content/docs/static-type-checking.md | 2 +- content/docs/thinking-in-react.md | 6 +-- content/docs/uncontrolled-components.md | 2 +- src/pages/acknowledgements.html.js | 8 ++-- 27 files changed, 82 insertions(+), 82 deletions(-) diff --git a/content/docs/accessibility.md b/content/docs/accessibility.md index d387921c..451ea2cc 100644 --- a/content/docs/accessibility.md +++ b/content/docs/accessibility.md @@ -19,8 +19,8 @@ The [Web Content Accessibility Guidelines](https://www.w3.org/WAI/intro/wcag) pr The following WCAG checklists provide an overview: - [WCAG checklist from Wuhcag](https://www.wuhcag.com/wcag-checklist/) -- [WCAG checklist from WebAIM](http://webaim.org/standards/wcag/checklist) -- [Checklist from The A11Y Project](http://a11yproject.com/checklist.html) +- [WCAG checklist from WebAIM](https://webaim.org/standards/wcag/checklist) +- [Checklist from The A11Y Project](https://a11yproject.com/checklist.html) ### WAI-ARIA @@ -114,7 +114,7 @@ Every HTML form control, such as `` and `