From 0591ab5702113e67300014dc7c2a0fb00b1f8fc8 Mon Sep 17 00:00:00 2001 From: David Blaikie Date: Tue, 10 Jun 2014 18:29:36 +0000 Subject: [PATCH] Update Arcanist config to point to reviews.llvm.org git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@210558 91177308-0d34-0410-b5e6-96231b3b80d8 (cherry picked from commit c743921e51ff615407f70e31a344e98cd862a720) --- .arcconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.arcconfig b/.arcconfig index 283bc23a2..6d07e827f 100644 --- a/.arcconfig +++ b/.arcconfig @@ -1,4 +1,4 @@ { "project_id" : "libcxx", - "conduit_uri" : "http://llvm-reviews.chandlerc.com/" + "conduit_uri" : "http://reviews.llvm.org/" }