Skip to content

Updated cs1331.org urls to cs1331.github.io #36

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion _includes/CS1331.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ At least one of:

* Required software: Java 8 SDK, available from [Oracle](http://www.oracle.com/technetwork/java/javase/downloads/index-jsp-138363.html)
* Official textbook: Introduction to Java Programming, Comprehensive Version, 10th Edition by Y. Daniel Liang, ISBN-10: 0133761312, ISBN-13: 978-0133761313
* Course websites: all course materials will be on the public web site at [http://cs1331.org](http://cs1331.org). All student grade information will be on the course's T-Square site.
* Course websites: all course materials will be on the public web site at [http://cs1331.github.io](http://cs1331.github.io). All student grade information will be on the course's T-Square site.

Note that the textbook is useful, but not required. We provide extensive lecture notes, example code, and programming exercises on the course web site.

Expand Down
2 changes: 1 addition & 1 deletion lecture-notes/intro-cs1331.tex
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ \section{The Java Platform}
\section{The Java SDK}

\vspace{-.05in}
Follow the instructions on the \href{http://cs1331.org/resources.html}{Resources} page of the course web site to install the JDK. Installing the JDK on your computer provides you with several command-line tools, the most important of which are:
Follow the instructions on the \href{http://cs1331.github.io/resources.html}{Resources} page of the course web site to install the JDK. Installing the JDK on your computer provides you with several command-line tools, the most important of which are:

\begin{itemize}
\item {\tt javac} - the Java compiler, which compiles {\tt .java} files to {\tt .class} files. You can tell you have correctly installed your SDK like this:
Expand Down
2 changes: 1 addition & 1 deletion slides/introduction.tex
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@
\begin{frame}[fragile]{The Java SDK}

\vspace{-.05in}
Follow the instructions on the \link{http://cs1331.org/resources.html}{Resources} page of the course web site to install the JDK. Installing the JDK on your computer provides you with several command-line tools, the most important of which are:
Follow the instructions on the \link{http://cs1331.github.io/resources.html}{Resources} page of the course web site to install the JDK. Installing the JDK on your computer provides you with several command-line tools, the most important of which are:

\begin{itemize}
\item {\tt javac} - the Java compiler, which compiles {\tt .java} files to {\tt .class} files. You can tell you have correctly installed your SDK like this:
Expand Down