From 3b2dfad975e99596f5e4ac6e18ae361e17a1205c Mon Sep 17 00:00:00 2001 From: Isuru Fernando Date: Sun, 25 Apr 2021 15:26:34 -0500 Subject: [PATCH] update show_commit_url --- asv.conf.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/asv.conf.json b/asv.conf.json index 99c2ea2b5..3988c0faf 100644 --- a/asv.conf.json +++ b/asv.conf.json @@ -40,7 +40,7 @@ //"install_timeout": 600, // the base URL to show a commit for the project. - "show_commit_url": "http://gitlab.tiker.net/inducer/loopy/commits/", + "show_commit_url": "http://github.com/inducer/loopy/commit/", // The Pythons you'd like to test against. If not provided, defaults // to the current version of Python used to run `asv`. -- GitLab