Skip to content

Commit

Permalink
Merge pull request #30 from matheusfelipeog/feat/upd-link
Browse files Browse the repository at this point in the history
Update raw content link from public-apis
  • Loading branch information
davemachado committed Jan 25, 2022
2 parents 54fc91b + 7fa3607 commit 2e71c77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ login:
@docker login -u ${DOCKER_USER} -p${DOCKER_PASS}

data:
@curl -o /tmp/public-apis.md https://raw.githubusercontent.com/toddmotto/public-apis/master/README.md
@curl -o /tmp/public-apis.md https://raw.githubusercontent.com/public-apis/public-apis/master/README.md
@./md2json /tmp/public-apis.md > entries.json
@rm /tmp/public-apis.md

Expand Down

0 comments on commit 2e71c77

Please sign in to comment.