mirror of https://github.com/captn3m0/pystitcher
docs: Update docs to mention remote URL support
parent
cc2a58bddc
commit
2db41250f6
|
@ -1,7 +1,7 @@
|
|||
name: Run Tests
|
||||
on: push
|
||||
jobs:
|
||||
all:
|
||||
python:
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
|
|
|
@ -38,8 +38,8 @@ Given this input::
|
|||
|
||||
# The Bills
|
||||
|
||||
- [Personal Data Protection Bill, 2019](1.a.pdf)
|
||||
- [Personal Data Protection Bill, 2018](1.b.pdf)
|
||||
- [Personal Data Protection Bill, 2019](https://example.com/2019-bill.pdf)
|
||||
- [Personal Data Protection Bill, 2018](https://example.com/2018-bill.pdf)
|
||||
|
||||
# Other key reading material
|
||||
|
||||
|
|
Loading…
Reference in New Issue