diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 9e4c0a3a..5acf9fc6 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -12,7 +12,7 @@ This is the process for committing code into master. 6. After the review you should fix the issues (review comments, CI failures) by pushing a new commit for new review, iterating until the reviewers give their thumbs up and CI tests pass. 7. If the branch merge conflicts with its target, rebase your branch onto the target branch. -In case of questions about the contribution process or for discussion of specific issues please visit the [akka forum](https://discuss.lightbend.com/c/akka/). +In case of questions about the contribution process or for discussion of specific issues please visit the [akka forum](https://discuss.akka.io/c/akka/). ## Pull Request Requirements diff --git a/README.md b/README.md index de8be455..ab2f6bb3 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ For the change log prior to v3.2.0, visit [Version History Page (wiki)](https:// You can join these groups and chats to discuss and ask Akka related questions: -- Forums: [discuss.akka.io](https://discuss.lightbend.com/c/akka/) +- Forums: [discuss.akka.io](https://discuss.akka.io/c/akka/) - Issue tracker: [![github: akka/akka-persistence-jdbc](https://img.shields.io/badge/github%3A-issues-blue.svg?style=flat-square)](https://github.com/akka/akka-persistence-jdbc/issues) In addition to that, you may enjoy following: @@ -43,7 +43,7 @@ If you find an issue that you'd like to see fixed, the quickest way to make that Refer to the [CONTRIBUTING.md](CONTRIBUTING.md) file for more details about the workflow, and general hints on how to prepare your pull request. -You can also ask for clarifications or guidance in GitHub issues directly, or in the [akka forum](https://discuss.lightbend.com/c/akka/). +You can also ask for clarifications or guidance in GitHub issues directly, or in the [akka forum](https://discuss.akka.io/c/akka/). ## License diff --git a/project/project-info.conf b/project/project-info.conf index 093450ca..ce521abd 100644 --- a/project/project-info.conf +++ b/project/project-info.conf @@ -20,7 +20,7 @@ project-info { forums: [ { text: "Lightbend Discuss" - url: "https://discuss.lightbend.com/c/akka/" + url: "https://discuss.akka.io/c/akka/" } ] }