From 9f1b179ff01c888d77486477cd0562f951b6843a Mon Sep 17 00:00:00 2001
From: "Peter J. Keleher" <keleher@cs.umd.edu>
Date: Mon, 11 Sep 2023 14:07:27 -0400
Subject: [PATCH] auto

---
 p2.md | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/p2.md b/p2.md
index eb7ad4b..ca48ec5 100644
--- a/p2.md
+++ b/p2.md
@@ -17,7 +17,7 @@ heterogeneity of machines and languages. gRPC interfaces are defined
 using **protocol buffers**, which are also used to serialize messages.
 
 ## Setup
-Download starter files from [here](http://triffid.cs.umd.edu/818/projects/p2.tgz).
+Download the starter files for this project [here](https://sedna.cs.umd.edu/818/projects/p2.tgz).
 
 - [Install the protobuf compiler.](https://grpc.io/docs/protoc-installation/)
 - [Install the golang bindings.](https://grpc.io/docs/languages/go/quickstart/)
@@ -149,10 +149,6 @@ request is given it's own server go-thread and runs concurrently with
 all other requests
 
 
-## Setup
-
-Download the starter files for this project [here](https://sedna.cs.umd.edu/818/projects/p2.tgz).
-
 ## Command-line parameters
 
 The server:
-- 
GitLab