Title: [198573] trunk/Websites/perf.webkit.org
Revision
198573
Author
rn...@webkit.org
Date
2016-03-22 19:30:57 -0700 (Tue, 22 Mar 2016)

Log Message

Fix a typo.

* config.json:

Modified Paths

Diff

Modified: trunk/Websites/perf.webkit.org/ChangeLog (198572 => 198573)


--- trunk/Websites/perf.webkit.org/ChangeLog	2016-03-23 02:12:17 UTC (rev 198572)
+++ trunk/Websites/perf.webkit.org/ChangeLog	2016-03-23 02:30:57 UTC (rev 198573)
@@ -1,3 +1,9 @@
+2016-03-22  Ryosuke Niwa  <rn...@webkit.org>
+
+        Fix a typo.
+
+        * config.json:
+
 2016-03-21  Ryosuke Niwa  <rn...@webkit.org>
 
         Commit log viewer repaints too frequently after r198499

Modified: trunk/Websites/perf.webkit.org/config.json (198572 => 198573)


--- trunk/Websites/perf.webkit.org/config.json	2016-03-23 02:12:17 UTC (rev 198572)
+++ trunk/Websites/perf.webkit.org/config.json	2016-03-23 02:30:57 UTC (rev 198573)
@@ -25,7 +25,7 @@
         "httpdPID": "tools/remote-server-relay.pid",
         "httpdErrorLog": "tools/remote-server-relay.log",
         "httpdMutexDir": "/tmp/org.webkit.perf.remote/",
-        "url": "https://perf-safari.apple.com",
+        "url": "https://perf.webkit.org",
         "basicAuth": {
             "username": "username",
             "password": "password"
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to