Fix broken link `CODE_OF_CONDUCT.md` (#335)

9092f97 · Viacheslav Katsuba · 2025-05-27 19:15

2 files +2 -2

Files changed

modified CONTRIBUTING.md
+1 −1
@@ -2,7 +2,7 @@
2 2
3 3 [fork]: https://github.com/erlef/setup-beam/fork
4 4 [pr]: https://github.com/erlef/setup-beam/compare
5 [code-of-conduct]: https://github.com/erlef/setup-beam/blob/main/CODE_OF_CONDUCT.md
5 +[code-of-conduct]: https://github.com/erlef/.github/blob/main/CODE_OF_CONDUCT.md
6 6
7 7 Hi there! We're thrilled that you'd like to contribute to this project. Your help is essential for
8 8 keeping it great.
modified README.md
+1 −1
@@ -360,7 +360,7 @@ Check out [this doc](CONTRIBUTING.md).
360 360
361 361 ### Code of Conduct
362 362
363 This project's code of conduct is made explicit in [CODE_OF_CONDUCT.md](https://github.com/erlef/setup-beam/blob/main/CODE_OF_CONDUCT.md).
363 +This project's code of conduct is made explicit in [CODE_OF_CONDUCT.md](https://github.com/erlef/.github/blob/main/CODE_OF_CONDUCT.md).
364 364
365 365 ### Security
366 366

Parents: 8aa8a85