This is an URL shortener for the Scala community.
If you want to register an URL, create a directory structure and add a file with the following format and send a PR to this GitHub repository: https://github.com/MasseGuillaume/sca.la/
---
title: Test
redirect_to: https://scala-lang.org
---
As this block is parsed as YAML, ensure that any colons in the title are quoted.
For example:
file | url | redirect |
---|---|---|
test.md | https://sca.la/test | https://scala-lang.org/ |
example/nested.md | https://sca.la/example/nested | https://scala-lang.org/ |