- From: Tobie Langel <notifications@github.com>
- Date: Thu, 09 Feb 2017 01:01:33 -0800
- To: whatwg/url <url@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 9 February 2017 09:02:19 UTC
tobie commented on this pull request. Just change ls_url to ed_url and you should be good. > @@ -0,0 +1,14 @@ +{ + "src_file": "url.bs", + "ls_url": "https://url.spec.whatwg.org/", You want to make that "ed_url" instead. > @@ -0,0 +1,14 @@ +{ + "src_file": "url.bs", + "ls_url": "https://url.spec.whatwg.org/", + "title": "URL Standard", + "back_to_ls_link": "<a href=\"https://url.spec.whatwg.org/\" id=\"commit-snapshot-link\">Go to the living standard</a>", + "bikeshed_parameters": { + "force": 1, + "md-status": "LS-COMMIT", + "md-h1": "URL <small>(<a href=\"{{ pull_request.html_url }}\">PR #{{ pull_request.number }}</a>)</small>", + "md-warning": "Commit {{ short_sha }} {{ pull_request.head.repo.html_url }}/commit/{{ sha }} replaced by {{ config.ls_url }}", s/config.ls_url/config.ed_url/ -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/whatwg/url/pull/236#pullrequestreview-20956053
Received on Thursday, 9 February 2017 09:02:19 UTC