diff --git a/p2.md b/p2.md index eb7ad4b404dc7450e677082a792d1de1d9d509c3..ca48ec559cb5d692bcc821e02a25ddb8ee2b002a 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: