diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2015-11-16 20:02:06 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2015-11-25 20:35:10 +0200 |
commit | 2700ed6a3e1092a064f28b07f8e2c4e5b9b830e7 (patch) | |
tree | a54ffc979dde42e609bc9877120fa010887c6b66 /tests/loader/r.conf | |
parent | 48a3c47d34c2acc0a39e2db5acfd437dace499c1 (diff) |
Implement new URL path schema for the web interface
Diffstat (limited to 'tests/loader/r.conf')
-rw-r--r-- | tests/loader/r.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/loader/r.conf b/tests/loader/r.conf index fea477a..8da4b77 100644 --- a/tests/loader/r.conf +++ b/tests/loader/r.conf @@ -1,2 +1,2 @@ -http://pkg.cppget.org/internal/1/stable stable internal/1/stable -http://pkg.cppget.org/internal/1/math math internal/1/math +http://pkg.cppget.org/1/stable stable 1/stable +http://pkg.cppget.org/1/math math 1/math |