Skip to content

Commit ff9beea

Browse files
committed
DOC: Use HTTPS URL in docs.
1 parent 94d8135 commit ff9beea

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ dnf install graphviz # Fedora, Red Hat
1313

1414
## Installation
1515

16-
Run the following in [SWI-Prolog](http://www.swipl-prolog.org):
16+
Run the following in [SWI-Prolog](https://www.swipl-prolog.org):
1717

1818
```pl
1919
pack_install(prolog_graphviz).

test/test_graph_export.pl renamed to test/test_graphviz.pl

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
:- begin_tests(gv).
2-
31
:- use_module(library(apply)).
42
:- use_module(library(plunit)).
53
:- use_module(library(process)).
@@ -12,9 +10,7 @@
1210
test_gv_export(+, 1),
1311
test_gv_export(+, 1, +).
1412

15-
16-
17-
13+
:- begin_tests(gv).
1814

1915
test(hello, [cleanup(delete_file(File))]) :-
2016
File = 'hello.pdf',

0 commit comments

Comments
 (0)