Skip to content

Commit

Permalink
Merge pull request #64 from rabbitmq/fix-pdf-reference
Browse files Browse the repository at this point in the history
Update the link for the pdf file used for testing
  • Loading branch information
HoloRin authored Jun 9, 2023
2 parents c578e5a + a1f9946 commit c6455ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ def _external_test_deps(_ctx):
maybe(
repo_rule = http_file,
name = "pdf_reference",
urls = ["https://opensource.adobe.com/dc-acrobat-sdk-docs/pdfstandards/pdfreference1.7old.pdf"],
urls = ["https://opensource.adobe.com/dc-acrobat-sdk-docs/pdfstandards/pdfreference1.0.pdf"],
)

external_test_deps = module_extension(
Expand Down

0 comments on commit c6455ab

Please sign in to comment.