Skip to content

Commit 32dd2aa

Browse files
authored
Moved repo refs from adriengivry to Overload-Technologies (#393)
1 parent d70a791 commit 32dd2aa

2 files changed

Lines changed: 20 additions & 20 deletions

File tree

README.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11
![Overload Logo](https://user-images.githubusercontent.com/33324216/94352497-cc8c2200-0033-11eb-93e1-1a30386133b9.png)
22

33
<p align="center">
4-
<a href="https://github.com/adriengivry/Overload/releases">Releases</a> |
4+
<a href="https://github.com/Overload-Technologies/Overload/releases">Releases</a> |
55
<a href="#screenshots">Screenshots</a> |
66
<a href="#features">Features</a> |
7-
<a href="https://github.com/adriengivry/Overload/wiki">Wiki</a> |
8-
<a href="https://github.com/adriengivry/Overload/blob/develop/CONTRIBUTING.md">Contributing</a>
7+
<a href="https://github.com/Overload-Technologies/Overload/wiki">Wiki</a> |
8+
<a href="https://github.com/Overload-Technologies/Overload/blob/develop/CONTRIBUTING.md">Contributing</a>
99
<br/>
1010
<br/>
1111
<br/>
12-
<a href="https://github.com/adriengivry/Overload/releases"><img alt="platforms" src="https://img.shields.io/badge/platforms-Windows-blue?style=flat-square"/></a>
13-
<a href="https://github.com/adriengivry/Overload/releases"><img alt="release" src="https://img.shields.io/github/v/release/adriengivry/overload?style=flat-square"/></a>
14-
<a href="https://github.com/adriengivry/Overload/tree/develop/Sources/Overload"><img alt="size" src="https://img.shields.io/github/repo-size/adriengivry/overload?style=flat-square"/></a>
12+
<a href="https://github.com/Overload-Technologies/Overload/releases"><img alt="platforms" src="https://img.shields.io/badge/platforms-Windows-blue?style=flat-square"/></a>
13+
<a href="https://github.com/Overload-Technologies/Overload/releases"><img alt="release" src="https://img.shields.io/github/v/release/adriengivry/overload?style=flat-square"/></a>
14+
<a href="https://github.com/Overload-Technologies/Overload/tree/develop/Sources/Overload"><img alt="size" src="https://img.shields.io/github/repo-size/adriengivry/overload?style=flat-square"/></a>
1515
<br/>
16-
<a href="https://github.com/adriengivry/overload/issues"><img alt="issues" src="https://img.shields.io/github/issues-raw/adriengivry/overload.svg?color=yellow&style=flat-square"/></a>
17-
<a href="https://github.com/adriengivry/overload/pulls"><img alt="pulls" src="https://img.shields.io/github/issues-pr-raw/adriengivry/overload?color=yellow&style=flat-square"/></a>
16+
<a href="https://github.com/Overload-Technologies/Overload/issues"><img alt="issues" src="https://img.shields.io/github/issues-raw/adriengivry/overload.svg?color=yellow&style=flat-square"/></a>
17+
<a href="https://github.com/Overload-Technologies/Overload/pulls"><img alt="pulls" src="https://img.shields.io/github/issues-pr-raw/adriengivry/overload?color=yellow&style=flat-square"/></a>
1818
<br/>
19-
<a href="https://github.com/adriengivry/Overload/blob/develop/LICENSE"><img alt="license" src="https://img.shields.io/github/license/adriengivry/overload?color=green&style=flat-square"/></a>
20-
<a href="https://github.com/adriengivry/Overload/releases"><img alt="downloads" src="https://img.shields.io/github/downloads/adriengivry/overload/total?color=green&style=flat-square"></a>
19+
<a href="https://github.com/Overload-Technologies/Overload/blob/develop/LICENSE"><img alt="license" src="https://img.shields.io/github/license/adriengivry/overload?color=green&style=flat-square"/></a>
20+
<a href="https://github.com/Overload-Technologies/Overload/releases"><img alt="downloads" src="https://img.shields.io/github/downloads/adriengivry/overload/total?color=green&style=flat-square"></a>
2121
<br/>
2222
<br/>
2323
<br/>
@@ -47,7 +47,7 @@ Overload pillars are:
4747
- Rigidbody physics
4848
- And many more to come...
4949

50-
Check out our [issues](https://github.com/adriengivry/Overload/issues) and [pull requests](https://github.com/adriengivry/Overload/pulls) to learn more about what's coming next!
50+
Check out our [issues](https://github.com/Overload-Technologies/Overload/issues) and [pull requests](https://github.com/Overload-Technologies/Overload/pulls) to learn more about what's coming next!
5151

5252
# Architecture
5353
Overload is divided into 12 modules: 10 libraries (SDK), and 2 executables (Applications).
@@ -87,7 +87,7 @@ Overload depends on a few third-party libraries:
8787

8888
# Getting started
8989
## Running Overload from a Release Build
90-
Get started with Overload in no time by downloading one of our [release builds](https://github.com/adriengivry/Overload/releases). While this is the fastest way to get started, you might miss out on some cool features we're cooking up!
90+
Get started with Overload in no time by downloading one of our [release builds](https://github.com/Overload-Technologies/Overload/releases). While this is the fastest way to get started, you might miss out on some cool features we're cooking up!
9191

9292
After downloading the archive, unzip it and run the `Overload.exe` executable file.
9393

@@ -98,7 +98,7 @@ To start working with Overload quickly, clone the repository and run the `OpenIn
9898

9999
```powershell
100100
# These 2 lines will clone Overload, generate project files, and open the Visual Studio solution.
101-
git clone https://github.com/adriengivry/Overload
101+
git clone https://github.com/Overload-Technologies/Overload
102102
.\Overload\OpenInVisualStudio.bat
103103
```
104104

@@ -128,12 +128,12 @@ If you'd like to build Overload directly from the command line (without opening
128128
```
129129

130130
## Tutorials & Scripting API
131-
Learn how to create your own games using Overload by visiting our [wiki](https://github.com/adriengivry/Overload/wiki).
131+
Learn how to create your own games using Overload by visiting our [wiki](https://github.com/Overload-Technologies/Overload/wiki).
132132

133133
# Contributing
134134
Overload is open to contributions of all kinds. Feel free to open issues (feature requests or bug reports) or submit pull requests.
135135

136-
If you'd like to contribute, please refer to our [contribution guildelines](https://github.com/adriengivry/Overload/blob/develop/CONTRIBUTING.md).
136+
If you'd like to contribute, please refer to our [contribution guildelines](https://github.com/Overload-Technologies/Overload/blob/develop/CONTRIBUTING.md).
137137

138138
# Requirements
139139
- **RAM:** 100MB

Sources/Overload/OvEditor/src/OvEditor/Panels/MenuBar.cpp

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -204,12 +204,12 @@ void OvEditor::Panels::MenuBar::CreateLayoutMenu()
204204
void OvEditor::Panels::MenuBar::CreateHelpMenu()
205205
{
206206
auto& helpMenu = CreateWidget<MenuList>("Help");
207-
helpMenu.CreateWidget<MenuItem>("GitHub").ClickedEvent += [] {OvTools::Utils::SystemCalls::OpenURL("https://github.com/adriengivry/Overload"); };
208-
helpMenu.CreateWidget<MenuItem>("Tutorials").ClickedEvent += [] {OvTools::Utils::SystemCalls::OpenURL("https://github.com/adriengivry/Overload/wiki/Tutorials"); };
209-
helpMenu.CreateWidget<MenuItem>("Scripting API").ClickedEvent += [] {OvTools::Utils::SystemCalls::OpenURL("https://github.com/adriengivry/Overload/wiki/Scripting-API"); };
207+
helpMenu.CreateWidget<MenuItem>("GitHub").ClickedEvent += [] {OvTools::Utils::SystemCalls::OpenURL("https://github.com/Overload-Technologies/Overload"); };
208+
helpMenu.CreateWidget<MenuItem>("Tutorials").ClickedEvent += [] {OvTools::Utils::SystemCalls::OpenURL("https://github.com/Overload-Technologies/Overload/wiki/Tutorials"); };
209+
helpMenu.CreateWidget<MenuItem>("Scripting API").ClickedEvent += [] {OvTools::Utils::SystemCalls::OpenURL("https://github.com/Overload-Technologies/Overload/wiki/Scripting-API"); };
210210
helpMenu.CreateWidget<Visual::Separator>();
211-
helpMenu.CreateWidget<MenuItem>("Bug Report").ClickedEvent += [] {OvTools::Utils::SystemCalls::OpenURL("https://github.com/adriengivry/Overload/issues/new?assignees=&labels=Bug&template=bug_report.md&title="); };
212-
helpMenu.CreateWidget<MenuItem>("Feature Request").ClickedEvent += [] {OvTools::Utils::SystemCalls::OpenURL("https://github.com/adriengivry/Overload/issues/new?assignees=&labels=Feature&template=feature_request.md&title="); };
211+
helpMenu.CreateWidget<MenuItem>("Bug Report").ClickedEvent += [] {OvTools::Utils::SystemCalls::OpenURL("https://github.com/Overload-Technologies/Overload/issues/new?assignees=&labels=Bug&template=bug_report.md&title="); };
212+
helpMenu.CreateWidget<MenuItem>("Feature Request").ClickedEvent += [] {OvTools::Utils::SystemCalls::OpenURL("https://github.com/Overload-Technologies/Overload/issues/new?assignees=&labels=Feature&template=feature_request.md&title="); };
213213
helpMenu.CreateWidget<Visual::Separator>();
214214
helpMenu.CreateWidget<Texts::Text>("Version: " + std::string(OVERLOAD_VERSION));
215215
}

0 commit comments

Comments
 (0)