Skip to content

Commit 28cfc41

Browse files
committed
Updated the maintainers, email, tutorial, workshop
Also, excluded opensource.org website from the link check. Signed-off-by: Dmitrii Ustiugov <[email protected]>
1 parent e6e9584 commit 28cfc41

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-6
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,11 @@ and Containerd containers (as in vanilla Knative).
4848
### Technical talks
4949

5050
* [Slides](docs/talks/vHive_REAP_@AWS_04_02_2021.pdf) from
51-
[Dmitrii](http://homepages.inf.ed.ac.uk/s1373190/)'s talk at AWS on Feb, 4th 2021.
51+
[Dmitrii](https://ustiugov.github.io)'s talk at AWS on Feb, 4th 2021.
5252
* ASPLOS'21 talks on YouTube:
5353
[short](https://www.youtube.com/watch?v=w1vGb0X0SUQ), [long](https://www.youtube.com/watch?v=zfLd_MTGOA8).
54+
* Serverless and vHive tutorial [series](https://www.youtube.com/playlist?list=PLVdxPJaekjWqBsEUwnrYRQCaMqvcDVsBE)
55+
* Upcoming serverless computing workshop at EuroSys 2023 [website](https://vhive-serverless.github.io/sesame-eurosys23)
5456

5557

5658
## Referencing our work
@@ -125,7 +127,6 @@ The software is maintained at the [EASE lab](https://easelab.inf.ed.ac.uk/) in t
125127
### Maintainers
126128

127129
* High-level architecture, issues and discussions on GitHub, roadmap: Dmitrii Ustiugov ([GitHub](https://github.com/ustiugov),
128-
[twitter](https://twitter.com/DmitriiUstiugov), [web page](http://homepages.inf.ed.ac.uk/s1373190/));
130+
[twitter](https://twitter.com/DmitriiUstiugov), [web page](https://ustiugov.github.io));
129131
* Integration with firecracker-containerd [Plamen Petrov](https://github.com/plamenmpetrov);
130-
* Integration with gVisor: [Nathaniel Tornow](https://github.com/nathanieltornow), [Alexandrina Panfil](https://github.com/alexandrinapanfil);
131132
* Integration with Knative: [Shyam Jesalpura](https://github.com/shyamjesal)

configs/.linkcheck.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
{
22
"ignorePatterns": [
3-
{
4-
"pattern": "^http://localhost:*"
5-
}
3+
{
4+
"pattern": "^http://localhost:*"
5+
},
6+
{
7+
"pattern": "^https://opensource.org*"
8+
}
69
],
710
"replacementPatterns": [
811
{

0 commit comments

Comments
 (0)