about summary refs log tree commit diff homepage
path: root/blog/2020/gsoc/checkin
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
parent6add857c033e6f836257f2b6bc659ec23b1cf74a (diff)
downloadsite-f0f838c13f4a552dca7b5dbaca066a382c1145f8.tar.gz
Update Franklin
Diffstat (limited to 'blog/2020/gsoc/checkin')
-rw-r--r--blog/2020/gsoc/checkin/1.md4
-rw-r--r--blog/2020/gsoc/checkin/2.md2
-rw-r--r--blog/2020/gsoc/checkin/3.md2
-rw-r--r--blog/2020/gsoc/checkin/4.md2
4 files changed, 5 insertions, 5 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
diff --git a/blog/2020/gsoc/checkin/2.md b/blog/2020/gsoc/checkin/2.md
index e59cac2..288f737 100644
--- a/blog/2020/gsoc/checkin/2.md
+++ b/blog/2020/gsoc/checkin/2.md
@@ -21,7 +21,7 @@ Not as much I wished, apparently (-:
   The amount of tests failing due to this was way beyond my imagination,
   but I got functional tests for `pip install` and unit tests passing now!
 * {{pip 8442 "Mocking up a working partial wheel download during
-  dependency resolution"}} for [the new resolver][].
+  dependency resolution"}} for [the new resolver].
 
 ## Did I get stuck anywhere?
 
diff --git a/blog/2020/gsoc/checkin/3.md b/blog/2020/gsoc/checkin/3.md
index 32a94ab..290d5b8 100644
--- a/blog/2020/gsoc/checkin/3.md
+++ b/blog/2020/gsoc/checkin/3.md
@@ -26,7 +26,7 @@ Not much, actually )-:
 
 ## Did I get stuck anywhere?
 
-Not exactly, since I didn't do much d-;  [Many of my PRs][] are stalling though.
+Not exactly, since I didn't do much d-;  [Many of my PRs] are stalling though.
 On one hand the maintainers of `pip` are all volunteers working in
 their free time, on the other hand I don't think I have tried hard enough
 to get their attention on my PRs.
diff --git a/blog/2020/gsoc/checkin/4.md b/blog/2020/gsoc/checkin/4.md
index 417db58..c2c058c 100644
--- a/blog/2020/gsoc/checkin/4.md
+++ b/blog/2020/gsoc/checkin/4.md
@@ -7,7 +7,7 @@ date = Date(2020, 7, 13)
 # Fourth Check-In
 
 Hello there! I'm having my second year's last exam tomorrow,
-but it [feels like summer][] already!  I've been finalizing quite a few things
+but it [feels like summer] already!  I've been finalizing quite a few things
 to get them ready for pip 20.2b2.
 
 ## What did I do last week?