Skip to content

Commit f6f4180

Browse files
Change links to reflect new class page
1 parent abebfcf commit f6f4180

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
# CMSC-389E-Circuitry
1+
# CMSC 389E Circuitry
22

33
This is the source code for the CMSC 389E Circuitry mod, created for UMD class CMSC 389E. Every class is available to view, entirely unobfuscated. For the time being, it will be kept up-to-date with current commits.
44

55
However, having this code available is not to be used to cheat or take advantage of. It is only here for academic purposes, debugging, and a means to effectively collaborate on this project.
66

7-
More information on the class and what you are expected to do can be found [here](https://cs.umd.edu/class/spring2021/cmsc389E).
7+
More information on the class and what you are expected to do can be found [here](https://cmsc-389e.github.io).

src/main/resources/META-INF/mods.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ modId="circuitry"
77
version="${file.jarVersion}"
88
displayName="CMSC 389E Circuitry"
99
updateJSONURL="https://raw.githubusercontent.com/CMSC-389E/mod-and-testing-framework/master/update.json"
10-
displayURL="https://cs.umd.edu/class/spring2021/cmsc389E"
10+
displayURL="https://cmsc-389e.github.io"
1111
logoFile="circuitry.png"
1212
authors="Jamie Brassel"
1313
description='''

0 commit comments

Comments
 (0)