Skip to content

Commit 9f84c1e

Browse files
author
Chris Maunder
committed
Corrected links
1 parent 3d7411d commit 9f84c1e

File tree

11 files changed

+26
-26
lines changed

11 files changed

+26
-26
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,19 +9,19 @@
99

1010
# CodeProject.AI Server
1111

12-
[**Download the latest version**](https://www.codeproject.com/ai/latest.aspx)
12+
[**Download the latest version**](https://codeproject.github.io/codeproject.ai/latest.html)
1313

1414
A standalone, self-hosted, fast, free and Open Source Artificial Intelligence microserver for any
1515
platform, any language. It can be installed locally, required no off-device or out of network data
1616
transfer, and is easy to use.
1717

18-
![Object detection](https://www.codeproject.com/ai/docs/img/DetectThings.png)
18+
![Object detection](https://codeproject.github.io/codeproject.ai/img/DetectThings.png)
1919

2020
# Supported Platforms
2121

2222
<div style="width:75%;min-width:700px;margin:30px auto">
2323

24-
| <img src="https://www.codeproject.com/ai/docs/img/windows.svg" title="Windows" style="width:64px"> | <img src="https://www.codeproject.com/ai/docs/img/macos.svg" title="macOS" style="width:72px"> | <img src="https://www.codeproject.com/ai/docs/img/apple-silicon.svg" title="Apple Silicon" style="width:64px"> | <img src="https://www.codeproject.com/ai/docs/img/Ubuntu.svg" title="Ubuntu" style="width:64px"> | <img src="https://www.codeproject.com/ai/docs/img/RaspberryPi64.svg" title="Raspberry Pi arm64" style="width:64px"> | <img src="https://www.codeproject.com/ai/docs/img/docker.svg" title="Docker" style="width:64px"> | <img src="https://www.codeproject.com/ai/docs/img/VisualStudio.svg" title="Visual Studio" style="width:64px"> | <img src="https://www.codeproject.com/ai/docs/img/VisualStudioCode.svg" title="Visual Studio Code" style="width:64px"> |
24+
| <img src="https://codeproject.github.io/codeproject.ai/img/windows.svg" title="Windows" style="width:64px"> | <img src="https://codeproject.github.io/codeproject.ai/img/macos.svg" title="macOS" style="width:72px"> | <img src="https://codeproject.github.io/codeproject.ai/img/apple-silicon.svg" title="Apple Silicon" style="width:64px"> | <img src="https://codeproject.github.io/codeproject.ai/img/Ubuntu.svg" title="Ubuntu" style="width:64px"> | <img src="https://codeproject.github.io/codeproject.ai/img/RaspberryPi64.svg" title="Raspberry Pi arm64" style="width:64px"> | <img src="https://codeproject.github.io/codeproject.ai/img/docker.svg" title="Docker" style="width:64px"> | <img src="https://codeproject.github.io/codeproject.ai/img/VisualStudio.svg" title="Visual Studio" style="width:64px"> | <img src="https://codeproject.github.io/codeproject.ai/img/VisualStudioCode.svg" title="Visual Studio Code" style="width:64px"> |
2525
| :------: | :---: | :---------: | :-----: | :----: | :----: | :--------------------: | :-------------------: |
2626
| Windows | macOS | macOS arm64 | Ubuntu / Debian | Raspberry&nbsp;Pi arm64 | Docker | Visual Studio<br>2019+ | Visual Studio<br>Code |
2727

@@ -40,7 +40,7 @@ transfer, and is easy to use.
4040

4141
### 1: Running and playing with the features
4242

43-
1. [**Download the latest version**](https://www.codeproject.com/ai/latest.aspx), install, and launch the shortcut to the server's dashboard on your desktop.
43+
1. [**Download the latest version**](https://codeproject.github.io/codeproject.ai/latest.html), install, and launch the shortcut to the server's dashboard on your desktop.
4444
2. On the dashboard, top and centre, is a link to the CodeProject.AI Explorer. Open that and play!
4545

4646
### 2: Running and debugging the code
@@ -127,8 +127,8 @@ The current release provides support for CPU on each platform, DirectML on Windo
127127

128128
## How to Guides
129129

130-
- [Installing CodeProject.AI on your machine](https://www.codeproject.com/ai/docs/why/install_on_windows.html). For those who have CodeProject.AI integrated with Home Assist or Blue Iris
131-
- [Setting up the development environment](https://www.codeproject.com/ai/docs/devguide/install_dev.html) (spoiler: it's easy!)
132-
- [Running in Docker](https://www.codeproject.com/ai/docs/why/running_in_docker.html)
133-
- Setup or install issues? See [Common Errors](https://www.codeproject.com/ai/docs/devguide/common_errors.html)
130+
- [Installing CodeProject.AI on your machine](https://codeproject.github.io/codeproject.ai/why/install_on_windows.html). For those who have CodeProject.AI integrated with Home Assist or Blue Iris
131+
- [Setting up the development environment](https://codeproject.github.io/codeproject.ai/devguide/install_dev.html) (spoiler: it's easy!)
132+
- [Running in Docker](https://codeproject.github.io/codeproject.ai/why/running_in_docker.html)
133+
- Setup or install issues? See [Common Errors](https://codeproject.github.io/codeproject.ai/devguide/common_errors.html)
134134

modules/ObjectDetectionYOLOv5-6.2/modulesettings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"License": "GPL-3.0",
1212
"LicenseUrl": "https://opensource.org/licenses/GPL-3.0",
1313
"Author": "Matthew Dennis",
14-
"Homepage": "https://codeproject.com/ai",
14+
"Homepage": "https://codeproject.github.io/codeproject.ai",
1515
"BasedOn": "Ultralytics YOLOv5",
1616
"BasedOnUrl": "https://github.com/ultralytics/yolov5"
1717
},

modules/ObjectDetectionYOLOv5Net/modulesettings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"License": "MIT",
1313
"LicenseUrl": "https://opensource.org/licenses/MIT",
1414
"Author": "Matthew Dennis",
15-
"Homepage": "https://codeproject.com/ai",
15+
"Homepage": "https://codeproject.github.io/codeproject.ai",
1616
"BasedOn": "yolov5-net",
1717
"BasedOnUrl": "https://github.com/techwingslab/yolov5-net"
1818
},

src/demos/clients/Javascript/Vision.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1057,7 +1057,7 @@
10571057
<div class=" mx-auto p-3" style="max-width:1100px;">
10581058

10591059
<div class="w-100 header d-flex justify-content-between">
1060-
<a href="https://www.codeproject.com" style="margin:2px 0 2px 5px">
1060+
<a href="https://codeproject.github.io/codeproject.ai" style="margin:2px 0 2px 5px">
10611061
<svg version="1.1" xmlns="http://www.w3.org/2000/svg"
10621062
xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24" role="img"
10631063
style="height: 60px; margin-right: -12px;">
@@ -1108,7 +1108,7 @@
11081108

11091109
<!--<div style="font-size: 2.1rem; margin-top: 12px;">CodeProject.AI Explorer</div>-->
11101110

1111-
<a href="https://www.codeproject.com/ai" style="margin:0px 5px 0 0">
1111+
<a href="https://codeproject.github.io/codeproject.ai" style="margin:0px 5px 0 0">
11121112
<svg viewBox="0 0 660 160" xmlns="http://www.w3.org/2000/svg" style="height:60px">
11131113
<defs>
11141114
<style>

src/demos/modules/DotNetLongProcess/modulesettings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"License": "MIT",
1313
"LicenseUrl": "https://opensource.org/licenses/MIT",
1414
"Author": "Chris Maunder",
15-
"Homepage": "https://codeproject.com/ai",
15+
"Homepage": "https://codeproject.github.io/codeproject.ai",
1616
"BasedOn": null,
1717
"BasedOnUrl": null
1818
},

src/demos/modules/DotNetSimple/modulesettings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"License": "MIT",
1313
"LicenseUrl": "https://opensource.org/licenses/MIT",
1414
"Author": "Chris Maunder",
15-
"Homepage": "https://codeproject.com/ai",
15+
"Homepage": "https://codeproject.github.io/codeproject.ai",
1616
"BasedOn": "Yolov8.Net",
1717
"BasedOnUrl": "https://github.com/sstainba/Yolov8.Net"
1818
},

src/demos/modules/PythonLongProcess/modulesettings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"License": "MIT",
1414
"LicenseUrl": "",
1515
"Author": "Chris Maunder",
16-
"Homepage": "https://codeproject.com/ai",
16+
"Homepage": "https://codeproject.github.io/codeproject.ai",
1717
"BasedOn": "",
1818
"BasedOnUrl": ""
1919
},

src/demos/modules/PythonSimple/modulesettings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"License": "AGPL-3.0",
1212
"LicenseUrl": "https://www.gnu.org/licenses/agpl-3.0.en.html",
1313
"Author": "Chris Maunder",
14-
"Homepage": "https://codeproject.com/ai",
14+
"Homepage": "https://codeproject.github.io/codeproject.ai",
1515
"BasedOn": "ultralytics",
1616
"BasedOnUrl": "https://github.com/ultralytics/ultralytics"
1717
},

src/server/Server.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ https://learn.microsoft.com/en-us/visualstudio/msbuild/property-functions?view=v
4343
<!-- Package properties -->
4444
<PropertyGroup>
4545
<PackageLicenseExpression>SSPL-1.0</PackageLicenseExpression>
46-
<PackageProjectUrl>https://www.codeproject.com/ai</PackageProjectUrl>
46+
<PackageProjectUrl>https://codeproject.github.io/codeproject.ai</PackageProjectUrl>
4747
<PackageIcon>codeproject125x125.png</PackageIcon>
4848
</PropertyGroup>
4949

src/server/wwwroot/explorer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@
115115
</svg>
116116
</a>
117117

118-
<a href="https://www.codeproject.com/ai" style="margin:0px 5px 0 0">
118+
<a href="https://www.codeproject.github.io/codeproject.ai" style="margin:0px 5px 0 0">
119119
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 40 860 160" height="60px">
120120
<defs><style>.cls-1{fill:#fff;}.cls-2{fill:#b3ddca;}</style></defs>
121121
<g><title>CodeProject.AI</title>

0 commit comments

Comments
 (0)