Skip to content

Commit 993f3d9

Browse files
committed
chore: fix leftover references
1 parent 4487ac3 commit 993f3d9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
uses: docker/metadata-action@96383f45573cb7f253c731d3b3ab81c87ef81934 # v5.0.0
7373
with:
7474
images: |
75-
ghcr.io/obeone/${{ env.IMAGE_NAME }}
75+
ghcr.io/matdata-eu/${{ env.IMAGE_NAME }}
7676
${{ env.REGISTRY }}/${{ env.REGISTRY_USER }}/${{ env.IMAGE_NAME }}
7777
tags: |
7878
type=ref,event=branch

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ To use this proxy server without Docker, follow these steps:
5151
1. Clone the repository:
5252

5353
```shell
54-
git clone https://github.com/obeone/simple-cors-proxy.git
54+
git clone https://github.com/matdata-eu/simple-cors-proxy.git
5555
```
5656

5757
2. Install the dependencies:
@@ -136,6 +136,6 @@ This ensures smooth cross-origin requests from browsers without unnecessary roun
136136

137137
## 🤝 Contributing
138138

139-
Contributions are welcome! If you encounter any issues or have suggestions for improvements, please open an issue or submit a pull request on [GitHub](https://github.com/obeone/simple-cors-proxy).
139+
Contributions are welcome! If you encounter any issues or have suggestions for improvements, please open an issue or submit a pull request on [GitHub](https://github.com/matdata-eu/simple-cors-proxy).
140140

141141
_Generated by GPT-3.5-turbo-1106_

0 commit comments

Comments
 (0)