Skip to content

Commit

Permalink
fixed pointing to incorrect repo.
Browse files Browse the repository at this point in the history
  • Loading branch information
mcdubhghlas committed Oct 11, 2024
1 parent abcc526 commit 7caa674
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion doc/classes/@GlobalScope.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2752,7 +2752,7 @@
</constant>
<constant name="ERR_BUG" value="47" enum="Error">
Bug error, caused by an implementation issue in the method.
[b]Note:[/b] If a built-in method returns this code, please open an issue on [url=https://github.com/redotengine/redot/issues]the GitHub Issue Tracker[/url].
[b]Note:[/b] If a built-in method returns this code, please open an issue on [url=https://github.com/redot-engine/redot-engine/issues]the GitHub Issue Tracker[/url].
</constant>
<constant name="ERR_PRINTER_ON_FIRE" value="48" enum="Error">
Printer on fire error (This is an easter egg, no built-in methods return this error code).
Expand Down
2 changes: 1 addition & 1 deletion doc/classes/Control.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<link title="Custom drawing in 2D">$DOCS_URL/tutorials/2d/custom_drawing_in_2d.html</link>
<link title="Control node gallery">$DOCS_URL/tutorials/ui/control_node_gallery.html</link>
<link title="Multiple resolutions">$DOCS_URL/tutorials/rendering/multiple_resolutions.html</link>
<link title="All GUI Demos">https://github.com/redotengine/redot-demo-projects/tree/master/gui</link>
<link title="All GUI Demos">https://github.com/redot-engine/redot-demo-projects/tree/master/gui</link>
</tutorials>
<methods>
<method name="_can_drop_data" qualifiers="virtual const">
Expand Down
4 changes: 2 additions & 2 deletions doc/classes/EditorSettings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1001,7 +1001,7 @@
<member name="interface/theme/icon_and_font_color" type="int" setter="" getter="">
The icon and font color scheme to use in the editor.
- [b]Auto[/b] determines the color scheme to use automatically based on [member interface/theme/base_color].
- [b]Dark[/b] makes fonts and icons dark (suitable for light themes). Icon colors are automatically converted by the editor following the set of rules defined in [url=https://github.com/redotengine/redot/blob/master/editor/themes/editor_theme_manager.cpp]this file[/url].
- [b]Dark[/b] makes fonts and icons dark (suitable for light themes). Icon colors are automatically converted by the editor following the set of rules defined in [url=https://github.com/redot-engine/redot-engine/blob/master/editor/themes/editor_theme_manager.cpp]this file[/url].
- [b]Light[/b] makes fonts and icons light (suitable for dark themes).
</member>
<member name="interface/theme/icon_saturation" type="float" setter="" getter="">
Expand Down Expand Up @@ -1063,7 +1063,7 @@
[b]Note:[/b] Redot currently doesn't automatically use system proxy settings, so you have to enter them manually here if needed.
</member>
<member name="network/tls/editor_tls_certificates" type="String" setter="" getter="">
The TLS certificate bundle to use for HTTP requests made within the editor (e.g. from the AssetLib tab). If left empty, the [url=https://github.com/redotengine/redot/blob/master/thirdparty/certs/ca-certificates.crt]included Mozilla certificate bundle[/url] will be used.
The TLS certificate bundle to use for HTTP requests made within the editor (e.g. from the AssetLib tab). If left empty, the [url=https://github.com/redot-engine/redot-engine/blob/master/thirdparty/certs/ca-certificates.crt]included Mozilla certificate bundle[/url] will be used.
</member>
<member name="project_manager/default_renderer" type="String" setter="" getter="">
The renderer type that will be checked off by default when creating a new project. Accepted strings are "forward_plus", "mobile" or "gl_compatibility".
Expand Down
4 changes: 2 additions & 2 deletions misc/dist/linux/godot.6
Original file line number Diff line number Diff line change
Expand Up @@ -193,11 +193,11 @@ Detailed licensing information.
.RE
.SH "SEE ALSO"
See the project website at \fIhttps://redotengine.org\fR and the source
code repository at \fIhttps://github.com/redotengine/redot\fR for more details.
code repository at \fIhttps://github.com/redot-engine/redot-engine\fR for more details.
.SH BUGS
Redot Engine is a free and open source project and welcomes any kind of
contributions. In particular, you can report issues or make suggestions on
Redot's issue tracker at \fIhttps://github.com/redotengine/redot/issues\fR.
Redot's issue tracker at \fIhttps://github.com/redot-engine/redot-engine/issues\fR.
.SH AUTHOR
Man page written by Bioblaze Payne <bioblazepayne@gmail.com> on behalf of the
Redot Engine development team.
2 changes: 1 addition & 1 deletion misc/dist/linux/org.godotengine.Godot.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
</screenshot>
</screenshots>
<url type="homepage">https://redotengine.org</url>
<url type="bugtracker">https://github.com/redotengine/redot/issues</url>
<url type="bugtracker">https://github.com/Redot-Engine/redot-engine/issues</url>
<url type="faq">https://docs.godotengine.org/en/latest/about/faq.html</url>
<url type="help">https://docs.godotengine.org</url>
<url type="donation">https://www.savethechildren.org</url>
Expand Down

0 comments on commit 7caa674

Please sign in to comment.