Skip to content

Commit

Permalink
migrate on other domain
Browse files Browse the repository at this point in the history
  • Loading branch information
quillcraftsman committed Apr 16, 2024
1 parent 6770a82 commit cfaea18
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 11 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ You can check [Developer Documentation][developer-documentation-path] to easy st

[issues-path]: https://github.com/findsimilar/find-similar/issues
[discussions-path]: https://github.com/findsimilar/find-similar/discussions
[developer-documentation-path]: https://docs.findsimilar.org/dev_documentation.html
[developer-documentation-path]: https://findsimilar.craftsman.lol/dev_documentation.html
12 changes: 5 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ User-friendly library to find similar objects

You can find **Full Project Documentation** [here][documentation_path]

First you can try our [DEMO WEBAPP](http://demo.findsimilar.org/) for a quick introduction to the `find-similar`

<hr>

#### Workflows
Expand Down Expand Up @@ -103,12 +101,12 @@ Find similar texts
## Requirements

- nltk, pymorphy3
- See more in [Full Documentation](https://docs.findsimilar.org/about.html#requirements)
- See more in [Full Documentation](https://findsimilar.craftsman.lol/about.html#requirements)

## Development Status

- Package already available on [PyPi](https://pypi.org/project/find-similar/)
- See more in [Full Documentation](https://docs.findsimilar.org/about.html#development-status)
- See more in [Full Documentation](https://findsimilar.craftsman.lol/about.html#development-status)

## Install

Expand All @@ -118,7 +116,7 @@ Find similar texts
pip install find-similar
```

See more in [Full Documentation](https://docs.findsimilar.org/install.html)
See more in [Full Documentation](https://findsimilar.craftsman.lol/install.html)

## Quickstart

Expand Down Expand Up @@ -146,10 +144,10 @@ find_similar(text_to_compare, texts, count=10)
You are welcome! To easy start please check:
- [Full Documentation][documentation_path]
- [Contributing](CONTRIBUTING.md)
- [Developer Documentation](https://docs.findsimilar.org/dev_documentation.html)
- [Developer Documentation](https://findsimilar.craftsman.lol/dev_documentation.html)
- [Code of Conduct](CODE_OF_CONDUCT.md)
- [Security Policy](SECURITY.md)
- [Governance](GOVERNANCE.md)
- [Support](SUPPORT.md)

[documentation_path]: https://docs.findsimilar.org
[documentation_path]: https://findsimilar.craftsman.lol
4 changes: 2 additions & 2 deletions find_similar/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
Package info
"""
name = 'find-similar'
version = '2.1.0'
status = '4 - Beta'
version = '2.2.0'
status = '5 - Production/Stable'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def get_value_from_package_info(line, value, old_value):
raise RuntimeError("Unable to determine Package Info.")

PROJECT_URLS = {
'Documentation': 'https://docs.findsimilar.org',
'Documentation': 'https://findsimilar.craftsman.lol',
'Source': 'https://github.com/findsimilar/find-similar',
'Tracker': 'https://github.com/findsimilar/find-similar/issues',
'Release notes': 'https://github.com/findsimilar/find-similar/releases',
Expand Down

0 comments on commit cfaea18

Please sign in to comment.