README.md: list official domains (#5953)

This commit is contained in:
sbdswr
2024-01-09 03:02:30 +01:00
committed by GitHub
parent c3f8f8665b
commit 4d4310a072

View File

@@ -136,6 +136,18 @@ There's a development channel on the discord, and also a
Feel free to raise an issue on [github](https://github.com/compiler-explorer/compiler-explorer/issues) or
[email Matt directly](mailto:matt@godbolt.org) for more help.
## Official domains
Following are the official domains for Compiler Explorer:
- https://godbolt.org/
- https://godbo.lt/
- https://compiler-explorer.com/
The domains allow arbitrary subdomains, e.g., https://foo.godbolt.org/, which is convenient since each subdomain has an
independent local state. Also, language subdomains such as https://rust.compiler-explorer.com/ will load with that
language already selected.
## Credits
**Compiler Explorer** is maintained by the awesome people listed in the [AUTHORS](AUTHORS.md) file.