Skip to content

Commit

Permalink
Update repo URL
Browse files Browse the repository at this point in the history
  • Loading branch information
AjayP13 committed Dec 26, 2023
1 parent 8db56e0 commit 6e9bf3e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,8 @@ jobs:
artifactErrorsFailBuild: true
artifacts: "LICENSE.txt,dist/*.whl,dist/*.tar.gz,docs/build/docs.zip"
body: |+
**Full Changelog**: https://github.com/AjayP13/DataDreamer/commits/${{env.PACKAGE_VERSION}}
**Install this version**: `pip install 'https://github.com/AjayP13/DataDreamer/releases/download/${{env.PACKAGE_VERSION}}/datadreamer_dev-${{env.PACKAGE_VERSION}}-py3-none-any.whl'`
**Full Changelog**: https://github.com/datadreamer-dev/DataDreamer/commits/${{env.PACKAGE_VERSION}}
**Install this version**: `pip install 'https://github.com/datadreamer-dev/DataDreamer/releases/download/${{env.PACKAGE_VERSION}}/datadreamer_dev-${{env.PACKAGE_VERSION}}-py3-none-any.whl'`
allowUpdates: true
omitBodyDuringUpdate: true
removeArtifacts: true
Expand Down
2 changes: 1 addition & 1 deletion docs/source/_templates/sidebar/brand.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@
{% endblock brand_content %}
</a>
<div class="sidebar-star-button">
<a class="github-button" href="https://github.com/AjayP13/DataDreamer" data-color-scheme="no-preference: light; light: light; dark: dark;" data-icon="octicon-star" data-size="large" data-show-count="true" aria-label="Star AjayP13/DataDreamer on GitHub">Star</a>
<a class="github-button" href="https://github.com/datadreamer-dev/DataDreamer" data-color-scheme="no-preference: light; light: light; dark: dark;" data-icon="octicon-star" data-size="large" data-show-count="true" aria-label="Star datadreamer-dev/DataDreamer on GitHub">Star</a>
</div>
4 changes: 2 additions & 2 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ DataDreamer documentation
:hidden:
:caption: About

GitHub <https://github.com/AjayP13/DataDreamer>
GitHub <https://github.com/datadreamer-dev/DataDreamer>
PyPI <https://pypi.org/project/datadreamer/>
License <https://github.com/AjayP13/DataDreamer/blob/main/LICENSE.txt>
License <https://github.com/datadreamer-dev/DataDreamer/blob/main/LICENSE.txt>


Welcome to the documentation site.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ maintainers = [
]
readme = "README.md"
homepage = "https://datadreamer.dev/"
repository = "https://github.com/AjayP13/DataDreamer"
repository = "https://github.com/datadreamer-dev/DataDreamer"
documentation = "https://datadreamer.dev/docs/"
keywords = ["python", "nlp", "machine learning", "natural language processing", "deep learning", "transformers", "pytorch", "openai", "alignment", "gpt", "nlp library", "synthetic data", "fine-tuning", "synthetic dataset generation", "llm", "llms", "llmops", "instruction-tuning"]
classifiers = [
Expand Down

0 comments on commit 6e9bf3e

Please sign in to comment.