Skip to content

Commit

Permalink
Merge pull request #133 from rohanpm/docs-update
Browse files Browse the repository at this point in the history
Update documentation URL
  • Loading branch information
rohanpm authored Feb 23, 2024
2 parents 60515d8 + 1e3f87b commit c4f3143
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
[![Build Status](https://circleci.com/gh/rohanpm/pidiff/tree/master.svg?style=svg)](https://circleci.com/gh/rohanpm/pidiff/tree/master)
[![Maintainability](https://api.codeclimate.com/v1/badges/64347682bb124ea1e1fb/maintainability)](https://codeclimate.com/github/rohanpm/pidiff/maintainability)

- [Documentation](https://pidiff.dev/)
- [Documentation](https://rohanpm.github.io/pidiff/)
- [Source](https://github.com/rohanpm/pidiff)
- [PyPI](https://pypi.python.org/pypi/pidiff)

Expand Down
2 changes: 0 additions & 2 deletions scripts/push-docs
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ export GIT_ASKPASS=false
git fetch origin
git reset origin/gh-pages

echo -n pidiff.dev > CNAME

git add -A .
git commit -m "Build documentation at ${rev}"
git push -q origin HEAD:refs/heads/gh-pages
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def get_install_requires():
python_requires=">=3.8",
entry_points={"console_scripts": ["pidiff=pidiff._impl.command:main"]},
project_urls={
"Documentation": "https://pidiff.dev/",
"Documentation": "https://rohanpm.github.io/pidiff/",
"Changelog": "https://github.com/rohanpm/pidiff/blob/master/CHANGELOG.md",
},
)

0 comments on commit c4f3143

Please sign in to comment.