From 9679b4c157a8d4149f2a6de73317992aa87a8862 Mon Sep 17 00:00:00 2001
From: "Peter J. Keleher" <keleher@cs.umd.edu>
Date: Mon, 13 Nov 2023 11:18:45 -0500
Subject: [PATCH] auto

---
 p1.md | 4 ++--
 p2.md | 2 +-
 p3.md | 2 +-
 p4.md | 2 +-
 p5.md | 6 +++---
 5 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/p1.md b/p1.md
index 0017489..09e8704 100755
--- a/p1.md
+++ b/p1.md
@@ -50,7 +50,7 @@ My version of `blobs.go` is about 350 LOC, whereas `serve.go` is 87.
 
 ## Setup
 
-Download the starter files for this project [here](https://sedna.cs.umd.edu/818/projects/p1.tgz).
+Download the starter files for this project [here](https://ceres.cs.umd.edu/818/projects/p1.tgz).
 
 Each of you will have a repository on [`gitlab.cs.umd.edu`](https://gitlab.cs.umd.edu/cmsc818efall2023students) for version control, and to
 submit projects. More info on this soon. However, the intent is that each of you will have a `gitlab` repsository
@@ -70,7 +70,7 @@ You should also minimise changes to `ubi.go`, as I will be running a script acro
 
 Set up your environment as follows:
 1. Install Go (current version 1.21.0), and set up `GOPATH`, possibly `GOBIN`.
-1. Grab your initial files [here](https://sedna.cs.umd.edu/818/projects/p1.tgz).
+1. Grab your initial files [here](https://ceres.cs.umd.edu/818/projects/p1.tgz).
 1. Create your project in `cmsc818efall2023students/<directoryid>/p1`.
 1. All your changes should be made here and pushed back to the repository.
    I will download your files from here at project deadlines.
diff --git a/p2.md b/p2.md
index 5324054..745aa79 100644
--- a/p2.md
+++ b/p2.md
@@ -20,7 +20,7 @@ heterogeneity of machines and languages. gRPC interfaces are defined
 using **protocol buffers**, which are also used to serialize messages.
 
 ## Setup
-Download the starter files for this project [here](https://sedna.cs.umd.edu/818/projects/p2.tgz?1).
+Download the starter files for this project [here](https://ceres.cs.umd.edu/818/projects/p2.tgz?1).
 
 - [Install the protobuf compiler.](https://grpc.io/docs/protoc-installation/)
 - [Install the golang bindings.](https://grpc.io/docs/languages/go/quickstart/)
diff --git a/p3.md b/p3.md
index fee9dc7..34fe84c 100644
--- a/p3.md
+++ b/p3.md
@@ -16,7 +16,7 @@ This project has the following tasks:
 
 
 ## Setup
-Download files [here](https://sedna.cs.umd.edu/818/projects/p3.tgz).
+Download files [here](https://ceres.cs.umd.edu/818/projects/p3.tgz).
 
 ## New Packages
 The new crypto packages we will be using include:
diff --git a/p4.md b/p4.md
index e3b42e0..d3fb382 100644
--- a/p4.md
+++ b/p4.md
@@ -11,7 +11,7 @@ containerization.  We are going to synchronize the blobs using Merkle
 trees over gRPC.
 
 ## Setup
-Download files [here](https://sedna.cs.umd.edu/818/projects/p4.tgz).
+Download files [here](https://ceres.cs.umd.edu/818/projects/p4.tgz).
 
 ## Anti-Entropy and Merkle Trees
 
diff --git a/p5.md b/p5.md
index 7148e16..1ff4db1 100644
--- a/p5.md
+++ b/p5.md
@@ -9,11 +9,11 @@ forward. This change should took about two lines of code.
 
 ## Setup
 
-Download files [here](https://sedna.cs.umd.edu/818/projects/p5.tgz?1).
+Download files [here](https://ceres.cs.umd.edu/818/projects/p5.tgz?1).
 
 ## Part I: Failure-free operation
-Implement raft as described in [Figure 2](https://sedna.cs.umd.edu/818/papers/raftFigure.pdf) of the
-[paper](https://sedna.cs.umd.edu/818/papers/raft.pdf). 
+Implement raft as described in [Figure 2](https://ceres.cs.umd.edu/818/papers/raftFigure.pdf) of the
+[paper](https://ceres.cs.umd.edu/818/papers/raft.pdf). 
 
 In particular:
 - implement the log
-- 
GitLab