dolphin
dolphin copied to clipboard
Update Readme links
Fix Transifex link and update formatting.
Do we need the trailing slashes? To my knowledge not having a trailing slash is best practice, although I acknowledge that in this age it is mostly a matter of preference.
Personally the determination I'd use for that is: does the website fight you? Without a trailing slash you get redirected to have the trailing slash.
[docteh@haus ~]$ curl -v -s https://explore.transifex.com/delroth/dolphin-emu 1> /dev/null
<snip>
> GET /delroth/dolphin-emu HTTP/2
> Host: explore.transifex.com
> user-agent: curl/7.84.0
> accept: */*
>
{ [5 bytes data]
* Connection state changed (MAX_CONCURRENT_STREAMS == 128)!
} [5 bytes data]
< HTTP/2 308
< date: Tue, 30 Aug 2022 10:09:20 GMT
< location: /delroth/dolphin-emu/
< refresh: 0;url=/delroth/dolphin-emu/
<
{ [21 bytes data]
* Connection #0 to host explore.transifex.com left intact
[docteh@haus ~]$ curl -v -s https://explore.transifex.com/delroth/dolphin-emu/ 1> /dev/null
<snip>
> GET /delroth/dolphin-emu/ HTTP/2
> Host: explore.transifex.com
> user-agent: curl/7.84.0
> accept: */*
>
{ [5 bytes data]
* Connection state changed (MAX_CONCURRENT_STREAMS == 128)!
} [5 bytes data]
< HTTP/2 200
< date: Tue, 30 Aug 2022 10:12:03 GMT
< content-type: text/html; charset=utf-8
< x-powered-by: Next.js
< cache-control: private, no-cache, no-store, max-age=0, must-revalidate
< vary: Accept-Encoding
<
{ [16224 bytes data]
* Connection #0 to host explore.transifex.com left intact