From e8e8eeb9f93a5e2e858a02207f87411abf1d80c8 Mon Sep 17 00:00:00 2001
From: Grayson Riffe
Date: Mon, 28 Oct 2024 10:26:38 -0500
Subject: [PATCH] Update project sources to git.graysonriffe.com
---
index.html | 4 +++-
nf/index.html | 2 +-
winchat/index.html | 4 ++--
3 files changed, 6 insertions(+), 4 deletions(-)
diff --git a/index.html b/index.html
index 51af1dc..a4dd9fe 100644
--- a/index.html
+++ b/index.html
@@ -49,7 +49,9 @@
What's on this website?
- At the top of this page, you can find links to a few of my past and present computer science projects. I also have a link to my current resume as well as a short biography and contact information on the About page.
+ At the top of this page, you can find links to a few of my past and present computer science projects. These are hosted at git.graysonriffe.com .
+
+ I also have a link to my current resume as well as a short biography and contact information on the About page.
diff --git a/nf/index.html b/nf/index.html
index dc6aac0..1df6989 100644
--- a/nf/index.html
+++ b/nf/index.html
@@ -61,7 +61,7 @@
This project is still in development, and I plan to include notable features such as networking and Steam API integration. It runs with Direct3D 11 and 90% of everything is written by me.
This section will be updated when a version is available to download.
- The source is on GitHub here (look under the develop branch).
+ The source can be found here (look under the develop branch).
diff --git a/winchat/index.html b/winchat/index.html
index d5f5b54..322b54b 100644
--- a/winchat/index.html
+++ b/winchat/index.html
@@ -48,9 +48,9 @@
I started this project to get a grasp of the network programming I would need to know if I were to add multiplayer support to Nothin' Fancy. The application has few features, but everything is done at a low level, only using old Win32 APIs to get the job done.
You can download the current version (1.0.0) here .
- As a side note, because I do not have a "code signing certificate ," Windows Security and SmartScreen might not let you run the program without asking you if you are sure .
+ As a side note, because I do not have a "code signing certificate ," Windows Security and SmartScreen might not let you run the program without asking you if you are sure.
- The source is on GitHub here .
+ The source can be found here .