Skip to content

Commit 24c4c28

Browse files
committed
Merge branch '6-dev' of github.com:plone/documentation into 6-dev
� Conflicts: � Makefile
2 parents 176ffec + 8cdffc7 commit 24c4c28

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ linkcheck: deps ## Run linkcheck
170170

171171
.PHONY: linkcheckbroken
172172
linkcheckbroken: deps ## Run linkcheck and show only broken links
173-
cd $(DOCS_DIR) && $(SPHINXBUILD) -b linkcheck $(ALLSPHINXOPTS) $(BUILDDIR)/linkcheck | GREP_COLORS='0;31' egrep -wi "broken\|redirect" --color=auto
173+
cd $(DOCS_DIR) && $(SPHINXBUILD) -b linkcheck $(ALLSPHINXOPTS) $(BUILDDIR)/linkcheck | GREP_COLORS='0;31' grep -wi "broken\|redirect" --color=auto
174174
@echo
175175
@echo "Link check complete; look for any errors in the above output " \
176176
"or in $(BUILDDIR)/linkcheck/ ."

docs/classic-ui/images.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
html_meta:
3-
"description": "Image resolution and scaling in Plone Classic UI"
4-
"property=og:description": "Image resolution and scaling in Plone Classic UI"
5-
"property=og:title": "Image resolving and scaling"
3+
"description": "Image resolving and scaling in Plone Classic UI"
4+
"property=og:description": "Image resolving and scaling in Plone Classic UI"
5+
"property=og:title": "Image Handling"
66
"keywords": "Plone, Classic UI, classic-ui, image, resize, scale"
77
---
88

0 commit comments

Comments
 (0)