Skip to content

Commit d59d606

Browse files
authored
Rename plone/meta to plone.meta (#1863)
Merge only after plone/meta#258 is merged.
1 parent 765cbee commit d59d606

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed
Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
22
myst:
33
html_meta:
4-
"description": "Standardize project configuration in Plone with plone/meta"
5-
"property=og:description": "Standardize project configuration in Plone with plone/meta"
6-
"property=og:title": "Standardize project configuration in Plone with plone/meta"
7-
"keywords": "Plone 6, standardize, project, configuration, development, plone/meta"
4+
"description": "Standardize project configuration in Plone with plone.meta"
5+
"property=og:description": "Standardize project configuration in Plone with plone.meta"
6+
"property=og:title": "Standardize project configuration in Plone with plone.meta"
7+
"keywords": "Plone 6, standardize, project, configuration, development, plone.meta"
88
---
99

1010
# Standardize Python project configuration
@@ -19,10 +19,10 @@ It does not cover the following.
1919

2020
Plone consists of hundreds of projects.
2121
To lessen the effort of configuring a new project in the Plone GitHub organization, and to keep these projects current with latest configuration practices, the Plone community agreed upon a trusted set of configuration items.
22-
The Plone community manages these configuration items using the [`plone/meta`](https://github.com/plone/meta) project.
22+
The Plone community manages these configuration items using the [`plone.meta`](https://github.com/plone/meta) project.
2323

24-
You can follow these practices in your own projects, or suggest new or alternative configuration items through the `plone/meta` repository, sharing them with the rest of the Plone community.
24+
You can follow these practices in your own projects, or suggest new or alternative configuration items through the `plone.meta` repository, sharing them with the rest of the Plone community.
2525

2626
```{seealso}
2727
See also [`plone/meta` documentation](https://github.com/plone/meta?tab=readme-ov-file#setup) for setup and usage.
28-
```
28+
```

0 commit comments

Comments
 (0)