Fix broken link to github issue

Fixes: #27
This commit is contained in:
Teemu Patja 2017-03-08 22:44:30 +02:00
parent e6e62d3adc
commit edc547b9ab
No known key found for this signature in database
GPG Key ID: F5B7035E6580FD4C
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
(defn pr-url [{owner :owner
(defn pr-url [{owner :repo_owner
pr-number :pr_number
repo :repo_name}]
(str "https://github.com/" owner "/" repo "/pull/" pr-number))