浏览代码

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
David Blaikie 11 年之前
父节点
当前提交
c743921e51
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .arcconfig

+ 1 - 1
.arcconfig

@@ -1,4 +1,4 @@
 {
 {
   "project_id" : "libcxx",
   "project_id" : "libcxx",
-  "conduit_uri" : "http://llvm-reviews.chandlerc.com/"
+  "conduit_uri" : "http://reviews.llvm.org/"
 }
 }