Skip to content

Commit

Permalink
Update references to avoid redirects
Browse files Browse the repository at this point in the history
This uses the new canonical URLs exclusively.
  • Loading branch information
anssiko committed Dec 10, 2024
1 parent 220e3b2 commit 02417fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ interface AICreateMonitor : EventTarget {
attribute EventHandler ondownloadprogress;
// Might get more stuff in the future, e.g. for
// https://github.com/explainers-by-googlers/prompt-api/issues/4
// https://github.com/webmachinelearning/prompt-api/issues/4
};
callback AICreateMonitorCallback = undefined (AICreateMonitor monitor);
Expand Down Expand Up @@ -309,7 +309,7 @@ dictionary LanguageDetectionResult {

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.

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).
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).

### Downloading

Expand Down

0 comments on commit 02417fc

Please sign in to comment.