ソースを参照

Update FAQ to point at compiler explorer instance. (#1429)

Matt Godbolt 3 年 前
コミット
eeb91cb044
1 ファイル変更2 行追加2 行削除
  1. 2 2
      docs/project/faq.md

+ 2 - 2
docs/project/faq.md

@@ -109,8 +109,8 @@ $ bazel run //explorer -- ./explorer/testdata/basic_syntax/print.carbon
 Example source files can be found under
 [/explorer/testdata](/explorer/testdata).
 
-We're also working on making Carbon available on
-[https://compiler-explorer.com](https://compiler-explorer.com/).
+Carbon can also be explored interactively on
+[https://carbon.compiler-explorer.com](https://carbon.compiler-explorer.com/).
 
 ## Why build Carbon?