Skip to content

Commit 96c4724

Browse files
anssikodomenic
authored andcommitted
Update references to avoid redirects
This uses the new canonical URLs exclusively.
1 parent 220e3b2 commit 96c4724

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ interface AICreateMonitor : EventTarget {
218218
attribute EventHandler ondownloadprogress;
219219
220220
// Might get more stuff in the future, e.g. for
221-
// https://github.com/explainers-by-googlers/prompt-api/issues/4
221+
// https://github.com/webmachinelearning/prompt-api/issues/4
222222
};
223223
224224
callback AICreateMonitorCallback = undefined (AICreateMonitor monitor);
@@ -309,7 +309,7 @@ dictionary LanguageDetectionResult {
309309

310310
If a browser supports translating from `ja` to `en`, does it also support translating from `ja` to `en-US`? What about `en-GB`? What about the (discouraged, but valid) `en-Latn`, i.e. English written in the usual Latin script? But translation to `en-Brai`, English written in the Braille script, is different entirely.
311311

312-
We're not clear on what the right model is here, and are discussing it in [issue #11](https://github.com/WICG/translation-api/issues/11).
312+
We're not clear on what the right model is here, and are discussing it in [issue #11](https://github.com/webmachinelearning/translation-api/issues/11).
313313

314314
### Downloading
315315

0 commit comments

Comments
 (0)