diff --git a/CHANGELOG.md b/CHANGELOG.md index b78ff30f78..585d3694e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -290,7 +290,7 @@ Gensim 4.0 is a major release with lots of performance & robustness improvements * Dropped Python 2. Gensim 4.0 is Py3.6+. Read our [Python version support policy](https://github.com/RaRe-Technologies/gensim/wiki/Gensim-And-Compatibility). - If you still need Python 2 for some reason, stay at [Gensim 3.8.3](https://github.com/RaRe-Technologies/gensim/releases/tag/3.8.3). -* A new [Gensim website](https://radimrehurek.com/gensim) – finally! 🙃 +* A new [Gensim website](https://radimrehurek.com/gensim/) – finally! 🙃 So, a major clean-up release overall. We're happy with this **tighter, leaner and faster Gensim**. @@ -486,7 +486,7 @@ This is the direction we'll keep going forward: less kitchen-sink of "latest aca ### Why pre-release? -This 4.0.0beta pre-release is for users who want the **cutting edge performance and bug fixes**. Plus users who want to help out, by **testing and providing feedback**: code, documentation, workflows… Please let us know on the [mailing list](https://groups.google.com/forum/#!forum/gensim)! +This 4.0.0beta pre-release is for users who want the **cutting edge performance and bug fixes**. Plus users who want to help out, by **testing and providing feedback**: code, documentation, workflows… Please let us know on the [mailing list](https://groups.google.com/g/gensim)! Install the pre-release with: @@ -2557,7 +2557,7 @@ Tutorial and doc improvements: * transactional similarity server: see docs/simserver.html * website moved from university hosting to radimrehurek.com * much improved speed of lsi[corpus] transformation: -* accuracy tests of incremental svd: test/svd_error.py and http://groups.google.com/group/gensim/browse_thread/thread/4b605b72f8062770 +* accuracy tests of incremental svd: test/svd_error.py and https://groups.google.com/g/gensim/c/S2BbcvgGJ3A * further improvements to memory-efficiency of LDA and LSA * improved wiki preprocessing (thx to Luca de Alfaro) * model.print_topics() debug fncs now support std output, in addition to logging (thx to Homer Strong) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 09f2f5a870..9ace1bdcda 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -4,7 +4,7 @@ First, please see [contribution-guide.org](http://www.contribution-guide.org/) f Also, please check the [Gensim FAQ](https://github.com/RaRe-Technologies/gensim/wiki/Recipes-&-FAQ) page before posting. -**The proper place for open-ended questions is the [Gensim mailing list](https://groups.google.com/forum/#!forum/gensim).** Github is not the right place for research discussions or feature requests. +**The proper place for open-ended questions is the [Gensim mailing list](https://groups.google.com/g/gensim).** Github is not the right place for research discussions or feature requests. # How to add a new feature or create a pull request? diff --git a/HACKTOBERFEST.md b/HACKTOBERFEST.md index b60d1ffa41..4682f2f135 100644 --- a/HACKTOBERFEST.md +++ b/HACKTOBERFEST.md @@ -28,7 +28,7 @@ Check out the following: ## Questions -If you have a general question about Gensim, please ask on the [mailing list](https://groups.google.com/forum/#!forum/gensim). +If you have a general question about Gensim, please ask on the [mailing list](https://groups.google.com/g/gensim). If you have a question a about a specific issue or PR, just ask there directly, and we'll get back to you as soon as we can. Otherwise, ping @mpenkov on [Twitter](https://twitter.com/mpenkov) or [Telegram](https://t.me/mpenkov). diff --git a/ISSUE_TEMPLATE.md b/ISSUE_TEMPLATE.md index 95121b30ae..91904dbb45 100644 --- a/ISSUE_TEMPLATE.md +++ b/ISSUE_TEMPLATE.md @@ -1,7 +1,7 @@