Explorar el Código

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

Matt Godbolt hace 3 años
padre
commit
eeb91cb044
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  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?