Skip to content

Commit cf6d921

Browse files
committed
link update
1 parent b6adba9 commit cf6d921

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,8 @@ tag:
88
@if [ "$(shell git rev-parse --abbrev-ref HEAD)" != "master" ]; then exit 1; fi
99
curl -H "Authorization: token `cat $(HOME)/.github-access-token`" -d '{"tag_name": "v$(VERSION)"}' https://api.github.com/repos/nschloe/tikzplotlib/releases
1010

11-
upload:
11+
upload: clean
1212
@if [ "$(shell git rev-parse --abbrev-ref HEAD)" != "master" ]; then exit 1; fi
13-
rm -f dist/*
1413
# https://stackoverflow.com/a/58756491/353337
1514
python3 -m pep517.build --source --binary .
1615
twine upload dist/*

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ figures like
2323
for native inclusion into LaTeX or ConTeXt documents.
2424

2525
The output of tikzplotlib is in
26-
[PGFPlots](http://pgfplots.sourceforge.net/pgfplots.pdf), a TeX library that sits on
26+
[PGFPlots](https://github.com/pgf-tikz/pgfplots/), a TeX library that sits on
2727
top of [PGF/TikZ](https://en.wikipedia.org/wiki/PGF/TikZ) and describes graphs in terms
2828
of axes, data etc. Consequently, the output of tikzplotlib
2929

0 commit comments

Comments
 (0)