mirror of
https://github.com/odrling/Aegisub
synced 2025-04-11 22:56:02 +02:00
Update some URLs
This commit is contained in:
parent
72382f43cb
commit
a6489152af
@ -1,8 +1,8 @@
|
|||||||
# Aegisub
|
# Aegisub
|
||||||
|
|
||||||
For binaries and general information [see the homepage](http://www.aegisub.org).
|
For binaries and general information [see the homepage](http://aegisub.org).
|
||||||
|
|
||||||
The bug tracker can be found at https://github.com/Aegisub/Aegisub/issues.
|
The bug tracker can be found at https://github.com/TypesettingTools/Aegisub/issues.
|
||||||
|
|
||||||
Support is available on [Discord](https://discord.com/invite/AZaVyPr) or [IRC](irc://irc.rizon.net/aegisub).
|
Support is available on [Discord](https://discord.com/invite/AZaVyPr) or [IRC](irc://irc.rizon.net/aegisub).
|
||||||
|
|
||||||
|
@ -40,10 +40,10 @@
|
|||||||
</screenshot>
|
</screenshot>
|
||||||
</screenshots>
|
</screenshots>
|
||||||
<developer_name>Aegisub Group</developer_name>
|
<developer_name>Aegisub Group</developer_name>
|
||||||
<url type="bugtracker">https://github.com/Aegisub/Aegisub/issues</url>
|
<url type="bugtracker">https://github.com/TypesettingTools/Aegisub/issues</url>
|
||||||
<url type="faq">http://docs.aegisub.org/manual/FAQ</url>
|
<url type="faq">http://docs.aegisub.org/manual/FAQ</url>
|
||||||
<url type="help">http://docs.aegisub.org</url>
|
<url type="help">https://aegisub.org/docs/latest/main_page/</url>
|
||||||
<url type="homepage">http://www.aegisub.org</url>
|
<url type="homepage">http://aegisub.org</url>
|
||||||
<url type="translate">https://sites.google.com/site/rockytdrontransifex/aegisub</url>
|
<url type="translate">https://sites.google.com/site/rockytdrontransifex/aegisub</url>
|
||||||
<content_rating type="oars-1.0">
|
<content_rating type="oars-1.0">
|
||||||
<content_attribute id="social-info">mild</content_attribute>
|
<content_attribute id="social-info">mild</content_attribute>
|
||||||
|
@ -8,7 +8,7 @@ Text
|
|||||||
machines which you cannot install software on. To reduce the size several
|
machines which you cannot install software on. To reduce the size several
|
||||||
things are left out, such as most spellchecker dictionaries and the UI
|
things are left out, such as most spellchecker dictionaries and the UI
|
||||||
translations. The dictionaries are available as a separate download at the <a
|
translations. The dictionaries are available as a separate download at the <a
|
||||||
href="http://www.aegisub.org/" target="_blank">Aegisub website</a>.</p>
|
href="http://aegisub.org/" target="_blank">Aegisub website</a>.</p>
|
||||||
<p style="font-family: Tahoma; font-size: 14px;">Select where you want to
|
<p style="font-family: Tahoma; font-size: 14px;">Select where you want to
|
||||||
unpack Aegisub and click <i>Extract</i>.</p>
|
unpack Aegisub and click <i>Extract</i>.</p>
|
||||||
}
|
}
|
||||||
|
@ -58,7 +58,7 @@ struct help_bugs final : public Command {
|
|||||||
throw c->parent;
|
throw c->parent;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
wxLaunchDefaultBrowser("https://github.com/Aegisub/Aegisub/issues", wxBROWSER_NEW_WINDOW);
|
wxLaunchDefaultBrowser("https://github.com/TypesettingTools/Aegisub/issues", wxBROWSER_NEW_WINDOW);
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user