Skip to content

Clickable link in web project2 #334

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 2 commits into
base: master
Choose a base branch
from
Open
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
4 changes: 2 additions & 2 deletions _pages/web/2018/x/projects/2/project2.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ website, you likely already have `pip` installed (you can check by running

To run this Flask application:

1. Download the `project2` distribution code from https://cdn.cs50.net/web/2018/spring/projects/2/project2.zip and unzip it.
1. Download the `project2` distribution code from [https://cdn.cs50.net/web/2018/spring/projects/2/project2.zip](https://cdn.cs50.net/web/2018/spring/projects/2/project2.zip) and unzip it.
2. In a terminal window, navigate into your `project2` directory.
3. Run `pip3 install -r requirements.txt` in your terminal window to make sure
that all of the necessary Python packages (Flask and Flask-SocketIO, for
Expand Down Expand Up @@ -71,7 +71,7 @@ requirements:
messages. Your app should only store the 100 most recent messages per channel
in server-side memory.
* **Sending Messages**: Once in a channel, users should be able to send text
messages to others the channel. When a user sends a message, their display
messages to others in the channel. When a user sends a message, their display
name and the timestamp of the message should be associated with the message.
All users in the channel should then see the new message (with display name
and timestamp) appear on their channel page. Sending and receiving messages
Expand Down