You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.rst
+3-3
Original file line number
Diff line number
Diff line change
@@ -68,15 +68,15 @@ IMPORTANT! For Plone 3.0.x you should use plone.browserlayer 1.0.rc3. Be sure to
68
68
Notes
69
69
-----
70
70
71
-
* For Plone 4 versions - use Plone SEO 4.0 release and up http://plone.org/products/plone-seo/releases/4.0. In your buildout.cfg file's egg section set product version::
71
+
* For Plone 4 versions - use Plone SEO 4.0 release and up https://pypi.python.org/pypi/quintagroup.seoptimizer/4.0. In your buildout.cfg file's egg section set product version::
72
72
73
73
[buildout]
74
74
....
75
75
eggs =
76
76
...
77
77
quintagroup.seoptimizer >=4.0
78
78
79
-
* For Plone 3 versions - use the latest Plone SEO 3.x release http://plone.org/products/plone-seo/releases/3.0.5. In your buildout.cfg file's egg section set product version::
79
+
* For Plone 3 versions - use the latest Plone SEO 3.x release https://pypi.python.org/pypi/quintagroup.seoptimizer/3.0.5. In your buildout.cfg file's egg section set product version::
80
80
81
81
[buildout]
82
82
....
@@ -85,7 +85,7 @@ Notes
85
85
quintagroup.seoptimizer >3.0,<4.0
86
86
87
87
88
-
* For Plone 2.x versions - use Plone SEO 1.7.1 release http://plone.org/products/plone-seo/releases/1.7.1
88
+
* For Plone 2.x versions - use Plone SEO 1.7.1 release https://pypi.python.org/pypi/quintagroup.seoptimizer/1.7.1
0 commit comments