Skip to content

Commit

Permalink
Merge pull request #44 from nanxstats/readme-logo
Browse files Browse the repository at this point in the history
Use absolute URL logo in `README.md`
  • Loading branch information
nanxstats authored Feb 3, 2025
2 parents 11a55c9 + 56ff17a commit a87855b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# tinytopics <img src="docs/assets/logo.png" align="right" width="120" />
# tinytopics <img src="https://github.com/nanxstats/tinytopics/raw/main/docs/assets/logo.png" align="right" width="120" />

[![PyPI version](https://img.shields.io/pypi/v/tinytopics)](https://pypi.org/project/tinytopics/)
![Python versions](https://img.shields.io/pypi/pyversions/tinytopics)
Expand Down
2 changes: 1 addition & 1 deletion docs/scripts/sync.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ for article in get-started benchmark text memory distributed; do
done

# Sync README.md with modified image path for docs/index.md
awk '{gsub("docs/assets/logo.png", "assets/logo.png"); print}' README.md > docs/index.md
awk '{gsub("https://github.com/nanxstats/tinytopics/raw/main/docs/assets/logo.png", "assets/logo.png"); print}' README.md > docs/index.md

# Sync CHANGELOG.md with docs/changelog.md
cp CHANGELOG.md docs/changelog.md

0 comments on commit a87855b

Please sign in to comment.