Skip to content

Commit

Permalink
Fix pdf link
Browse files Browse the repository at this point in the history
  • Loading branch information
vinayak-mehta committed Dec 30, 2024
1 parent b6f7787 commit c5bff46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/camelot-quickstart-notebook.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@
"\n",
"\n",
"# Sample .pdf data from GitHub\n",
"pdf_url = \"https://github.com/camelot-dev/camelot/blob/main/docs/_static/pdf/foo.pdf\" # @param {type:\"string\"}\n",
"pdf_url = \"https://github.com/camelot-dev/camelot/blob/master/docs/_static/pdf/foo.pdf\" # @param {type:\"string\"}\n",
"\n",
"# Convert the GitHub URL to the raw content URL\n",
"pdf_url = convert_github_url_to_raw(pdf_url)\n",
Expand Down

0 comments on commit c5bff46

Please sign in to comment.