Skip to content

Commit a50919b

Browse files
committed
Fix hyperlinks to faculty emails
1 parent a0bfed1 commit a50919b

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,9 @@ the black Python formatter upon running `git commit`. Hooks can be added to [`.p
5454
## Contributors
5555

5656
- Faculty advisors
57-
- [Lisa Yan](yanlisa@berkeley.edu) (Spring 2025 - present)
58-
- [Michael Ball](ball@berkeley.edu) (Spring 2025 - present)
59-
- [Kay Ousterhout](keo@eecs.berkeley.edu) (Spring 2026 - present)
57+
- [Lisa Yan](mailto:yanlisa@berkeley.edu) (Spring 2025 - present)
58+
- [Michael Ball](mailto:ball@berkeley.edu) (Spring 2025 - present)
59+
- [Kay Ousterhout](mailto:keo@eecs.berkeley.edu) (Spring 2026 - present)
6060
- Students
6161
- [Rebecca Dang](mailto:rdang@berkeley.edu) (Spring 2025 - present) (5th Year MS EECS)
6262
- [Richard Villagomez](mailto:richard.villagomez@berkeley.edu) (Spring 2026 - present)

src/snapshots-app/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ This is a [React on Rails](https://www.shakacode.com/react-on-rails/docs/) app.
122122

123123
[S3](https://aws.amazon.com/s3/) is used to store assignment snapshot files. To access S3, you will need to:
124124

125-
1. Request `PowerUserAccess` through [UC Berkeley's managed AWS instance](https://technology.berkeley.edu/bcloud-aws-central-faq). (You should contact [Lisa Yan](mailto:yanlisa@berkeley.edu) and [Michael Ball](ball@berkeley.edu) to get added properly since you will need access to the correct S3 buckets. See also: [internal onboarding docs](https://docs.google.com/document/d/1KhpRW0GYBY-HRSRG8b6z3EbRSFQJaqVPPUsha_puY2I/edit?tab=t.0).)
125+
1. Request `PowerUserAccess` through [UC Berkeley's managed AWS instance](https://technology.berkeley.edu/bcloud-aws-central-faq). (You should contact [Lisa Yan](mailto:yanlisa@berkeley.edu) and [Michael Ball](mailto:ball@berkeley.edu) to get added properly since you will need access to the correct S3 buckets. See also: [internal onboarding docs](https://docs.google.com/document/d/1KhpRW0GYBY-HRSRG8b6z3EbRSFQJaqVPPUsha_puY2I/edit?tab=t.0).)
126126
2. Install the [AWS CLI](https://docs.aws.amazon.com/cli/latest/userguide/getting-started-install.html).
127127
3. For local development, [configure logging in with SSO](https://docs.aws.amazon.com/sdkref/latest/guide/access-sso.html) with these configuration values and use the `AWSPowerUserAccess` role:
128128
```sh

0 commit comments

Comments
 (0)