diff options
author | Luke T. Shumaker <lukeshu@lukeshu.com> | 2024-05-13 16:01:01 -0400 |
---|---|---|
committer | Luke T. Shumaker <lukeshu@lukeshu.com> | 2024-05-13 16:01:01 -0400 |
commit | c89f1dfaf9d83075662f65fc3f99d5550f1760c4 (patch) | |
tree | 0fd81c284abed6e76d21607177ebb5cceabb7a8f | |
parent | cecbbdc1cde8f2e200039be0bc48a670aa0c1580 (diff) |
fix /dump/ & /resume/
l--------- | public/dump | 2 | ||||
l--------- | public/resume | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/public/dump b/public/dump index 271a203..507d527 120000 --- a/public/dump +++ b/public/dump @@ -1 +1 @@ -/home/lukeshu/blog/dump/
\ No newline at end of file +/home/lukeshu/dump/
\ No newline at end of file diff --git a/public/resume b/public/resume index 1201e40..a3e6b53 120000 --- a/public/resume +++ b/public/resume @@ -1 +1 @@ -/home/lukeshu/blog/resume/
\ No newline at end of file +/home/lukeshu/resume/
\ No newline at end of file |