Skip to content

Commit 2591ef8

Browse files
authored
refactor: github urls project and organisation renamed (#383)
1 parent 131b54f commit 2591ef8

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Thank you for considering contributing to the Flamingock Examples repository! We
88

99
To contribute to the project, first, fork the repository to your own GitHub account. This allows you to freely make changes to your copy without affecting the original project.
1010

11-
- Go to the [Flamingock Examples GitHub repository](https://github.com/mongock/flamingock-examples).
11+
- Go to the [Flamingock Examples GitHub repository](https://github.com/flamingock/flamingock-examples).
1212
- Click on the **Fork** button at the top-right of the page to create your own copy of the repository.
1313

1414
### 2. Clone Your Fork

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,16 @@
1414
<img src="https://img.shields.io/maven-central/v/io.flamingock/flamingock-core" alt="Maven Version" />
1515
</a>
1616

17-
<a href="https://github.com/flamingock/flamingock-project/actions/workflows/release.yml">
18-
<img src="https://github.com/flamingock/flamingock-project/actions/workflows/release.yml/badge.svg" alt="Release" />
17+
<a href="https://github.com/flamingock/flamingock-java/actions/workflows/release.yml">
18+
<img src="https://github.com/flamingock/flamingock-java/actions/workflows/release.yml/badge.svg" alt="Release" />
1919
</a>
2020

21-
<a href="https://github.com/flamingock/flamingock-project/actions/workflows/build-master.yml">
22-
<img src="https://github.com/flamingock/flamingock-project/actions/workflows/build-master.yml/badge.svg" alt="Build Master" />
21+
<a href="https://github.com/flamingock/flamingock-java/actions/workflows/build-master.yml">
22+
<img src="https://github.com/flamingock/flamingock-java/actions/workflows/build-master.yml/badge.svg" alt="Build Master" />
2323
</a>
2424

25-
<a href="https://github.com/flamingock/flamingock-project/actions/workflows/build.yml">
26-
<img src="https://github.com/flamingock/flamingock-project/actions/workflows/build.yml/badge.svg" alt="Build Dev" />
25+
<a href="https://github.com/flamingock/flamingock-java/actions/workflows/build.yml">
26+
<img src="https://github.com/flamingock/flamingock-java/actions/workflows/build.yml/badge.svg" alt="Build Dev" />
2727
</a>
2828

2929
<a href="LICENSE.md">
@@ -73,7 +73,7 @@ No more fragile scripts or untracked console changes. With CaC:
7373
## 🚀 Getting Started
7474

7575
- Read the [getting started tutorial](https://docs.flamingock.io/docs/getting-started/get-started).
76-
- Explore real-world usage in the [examples repo](https://github.com/mongock/flamingock-examples).
76+
- Explore real-world usage in the [examples repo](https://github.com/flamingock/flamingock-examples).
7777

7878
<br />
7979

@@ -100,8 +100,8 @@ If you'd like to report a bug, suggest a feature, or open a pull request, check
100100
## 📢 Get Involved
101101

102102
⭐ Star the project to show support
103-
- Report issues in the [issue tracker](https://github.com/mongock/flamingock-project/issues)
104-
- Join the conversation in [GitHub discussions](https://github.com/mongock/flamingock-project/discussions)
103+
- Report issues in the [issue tracker](https://github.com/flamingock/flamingock-java/issues)
104+
- Join the conversation in [GitHub discussions](https://github.com/flamingock/flamingock-java/discussions)
105105

106106
<br />
107107

SECURITY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ We take security seriously and appreciate responsible disclosures.
1919

2020
If you discover a security issue, please report it via one of the following:
2121

22-
- **GitHub Security Advisories** (preferred): [Submit a report](https://github.com/mongock/flamingock-project/security/advisories)
22+
- **GitHub Security Advisories** (preferred): [Submit a report](https://github.com/flamingock/flamingock-java/security/advisories)
2323
- **Email**: Send details to [`[email protected]`](mailto:[email protected])
2424

2525
Please **do not create public GitHub issues** for security-related topics.

0 commit comments

Comments
 (0)