about summary refs log tree commit diff homepage
path: root/blog/2020/gsoc/checkin/1.md
diff options
context:
space:
mode:
authorNguyễn Gia Phong <mcsinyx@disroot.org>2021-11-14 12:15:17 +0700
committerNguyễn Gia Phong <mcsinyx@disroot.org>2021-11-14 12:15:17 +0700
commitf0f838c13f4a552dca7b5dbaca066a382c1145f8 (patch)
treee9c5ceb32aea9035c535e9dcb336066b19d6a6cd /blog/2020/gsoc/checkin/1.md
parent6add857c033e6f836257f2b6bc659ec23b1cf74a (diff)
downloadsite-f0f838c13f4a552dca7b5dbaca066a382c1145f8.tar.gz
Update Franklin
Diffstat (limited to 'blog/2020/gsoc/checkin/1.md')
-rw-r--r--blog/2020/gsoc/checkin/1.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/blog/2020/gsoc/checkin/1.md b/blog/2020/gsoc/checkin/1.md
index a362f28..8c3c680 100644
--- a/blog/2020/gsoc/checkin/1.md
+++ b/blog/2020/gsoc/checkin/1.md
@@ -7,7 +7,7 @@ date = Date(2020, 6, 1)
 # First Check-In
 
 Hi everyone, I am McSinyx, a Vietnamese undergraduate student
-who loves [free software][].  This summer I am working with
+who loves [free software].  This summer I am working with
 the maintainers and the contributors of `pip` to make
 the package manager {{pip 825 "download in parallel"}}.
 
@@ -16,7 +16,7 @@ the package manager {{pip 825 "download in parallel"}}.
 Aside from bonding with `pip`'s maintainers and contributors as well as
 with my mentors, I was also experimenting on the theoretical and technical
 obstacles blocking this GSoC project.  Pradyun Gedam (a mentor of mine)
-suggested making [a proof of concept][] to determine if parallel downloading
+suggested making [a proof of concept] to determine if parallel downloading
 can play nicely with ResolveLib_'s abstraction and we are reviewing it
 together.  On the technical side, we `pip`'s committers are exploring
 {{pip 8169 "available options for parallelization"}} and I made an attempt to