Skip to content

Commit 48ff9b2

Browse files
authored
Fix redirecting links (#1940)
1 parent e3e820b commit 48ff9b2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/classic-ui/images.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ To access image scales, which are normally not accessible to the current user, o
285285

286286
## Responsive image support
287287

288-
Plone supports the generation of [`picture`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/picture) tags with `srcset`s for image optimization.
288+
Plone supports the generation of [`picture`](https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/picture) tags with `srcset`s for image optimization.
289289
Additionally, you can define [media queries](https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_media_queries/Using_media_queries) for [art direction](classic-ui-images-responsive-image-support-art-direction) and further optimization.
290290

291291
The configuration allows you to define different `picture` variants, such as `Large`, `Medium`, or `Small`.
@@ -438,7 +438,7 @@ This is useful when you want to define a `picture` variant to be used in templat
438438
With image size optimization, the browser is able to choose the optimal image for each display size.
439439
But we have no control over which scale the browser will actually use.
440440
For example to force the browser to use a zoomed version of an image for smaller screens, we can use media queries.
441-
The technique is called [art direction](https://developer.mozilla.org/en-US/docs/Web/HTML/Responsive_images#art_direction).
441+
The technique is called [art direction](https://developer.mozilla.org/en-US/docs/Web/HTML/Guides/Responsive_images#art_direction).
442442

443443
Let's have a look at a more advanced configuration:
444444

docs/classic-ui/tinymce-customization.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ Once removed, the custom formats will no longer appear in the menu.
142142

143143
## Configure `<iframe>` sandboxing
144144

145-
Since version 7.0, TinyMCE adds the attribute `sandbox=""` to make the `<iframe>` elements [sandboxed](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/iframe#sandbox) with all restrictions.
145+
Since version 7.0, TinyMCE adds the attribute `sandbox=""` to make the `<iframe>` elements [sandboxed](https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/iframe#sandbox) with all restrictions.
146146

147147
To customize this behavior, there are two options which you can add to the {guilabel}`Other settings` JSON configuration in the {guilabel}`Advanced` tab of the {guilabel}`TinyMCE` control panel.
148148

0 commit comments

Comments
 (0)