Skip to content

Commit 2f30428

Browse files
committed
Remove references to old repository location
1 parent 679a017 commit 2f30428

File tree

6 files changed

+11
-11
lines changed

6 files changed

+11
-11
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ An image editor, based on [React Advanced Image Cropper](https://www.npmjs.com/p
44

55
[![npm](https://img.shields.io/npm/v/@plone-collective/volto-image-editor)](https://www.npmjs.com/package/@plone-collective/volto-image-editor)
66
[![](https://img.shields.io/badge/-Storybook-ff4785?logo=Storybook&logoColor=white&style=flat-square)](https://simplesconsultoria.github.io/volto-image-editor/)
7-
[![Code analysis checks](https://github.com/simplesconsultoria/volto-image-editor/actions/workflows/main.yml/badge.svg)](https://github.com/simplesconsultoria/volto-image-editor/actions/workflows/main.yml)
7+
[![Code analysis checks](https://github.com/collective/volto-image-editor/actions/workflows/main.yml/badge.svg)](https://github.com/collective/volto-image-editor/actions/workflows/main.yml)
88

99
## Features
1010

@@ -69,7 +69,7 @@ Development for this add-on uses pnpm workspaces, the latest `mrs-developer`, an
6969
1. Clone this repository, then change your working directory.
7070

7171
```shell
72-
git clone [email protected]:simplesconsultoria/volto-image-editor.git
72+
git clone [email protected]:collective/volto-image-editor.git
7373
cd volto-image-editor
7474
```
7575

docs/docs/conf.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
# Ignore file downloads
9696
r"^/_static/",
9797
# Ignore pages that require authentication
98-
r"https://github.com/simplesconsultoria/voltoimageeditor/issues/new", # requires auth
98+
r"https://github.com/collective/volto-image-editor/issues/new", # requires auth
9999
# Ignore github.com pages with anchors
100100
r"https://github.com/.*#.*",
101101
# Ignore other specific anchors
@@ -155,7 +155,7 @@
155155
"icon_links": [
156156
{
157157
"name": "GitHub",
158-
"url": "https://github.com/simplesconsultoria/voltoimageeditor",
158+
"url": "https://github.com/collective/volto-image-editor",
159159
"icon": "fa-brands fa-square-github",
160160
"type": "fontawesome",
161161
"attributes": {
@@ -182,7 +182,7 @@
182182
"navigation_with_keys": True,
183183
"path_to_docs": "docs/docs",
184184
"repository_branch": "main",
185-
"repository_url": "https://github.com/simplesconsultoria/voltoimageeditor",
185+
"repository_url": "https://github.com/collective/volto-image-editor",
186186
"search_bar_text": "Search",
187187
"show_toc_level": 2,
188188
"use_edit_page_button": True,
@@ -192,7 +192,7 @@
192192
# suggest edit link
193193
# remark: is mandatory in "edit_page_url_template"
194194
# html_context = {
195-
# "edit_page_url_template": "https://github.com/simplesconsultoria/voltoimageeditor/edit/main/docs/",
195+
# "edit_page_url_template": "https://github.com/collective/volto-image-editor/edit/main/docs/",
196196
# }
197197

198198
# Announce that we have an opensearch plugin

docs/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ dev = [
5353
]
5454

5555
[project.urls]
56-
Repository = "https://github.com/simplesconsultoria/voltoimageeditor"
56+
Repository = "https://github.com/collective/volto-image-editor"
5757
Documentation = "https://MY_READTHEDOCS_PROJECT_SLUG.readthedocs.io/"
5858

5959
[build-system]

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "1.0.0-alpha.0",
44
"description": "An image editor to be used with Plone and Volto.",
55
"author": "Simples Consultoria",
6-
"homepage": "https://github.com/simplesconsultoria/volto-image-editor",
6+
"homepage": "https://github.com/collective/volto-image-editor",
77
"license": "MIT",
88
"keywords": [
99
"volto-addon",

packages/volto-image-editor/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
1111
"react"
1212
],
1313
"author": "Simples Consultoria",
14-
"homepage": "https://github.com/simplesconsultoria/volto-image-editor#readme",
14+
"homepage": "https://github.com/collective/volto-image-editor#readme",
1515
"repository": {
1616
"type": "git",
17-
"url": "[email protected]:simplesconsultoria/volto-image-editor"
17+
"url": "[email protected]:collective/volto-image-editor"
1818
},
1919
"publishConfig": {
2020
"access": "public"

packages/volto-image-editor/towncrier.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ title_format = "## {version} ({project_date})"
55
underlines = ["", "", ""]
66
template = "./node_modules/@plone/scripts/templates/towncrier_template.jinja"
77
start_string = "<!-- towncrier release notes start -->\n"
8-
issue_format = "[#{issue}](https://github.com/simplesconsultoria/volto-image-editor/issue/{issue})"
8+
issue_format = "[#{issue}](https://github.com/collective/volto-image-editor/issue/{issue})"
99

1010
[[tool.towncrier.type]]
1111
directory = "breaking"

0 commit comments

Comments
 (0)