diff options
author | EuAndreh <eu@euandre.org> | 2020-10-23 06:18:03 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2020-10-23 06:19:10 -0300 |
commit | 5b141847bd01de0c0fa7c160c6443bc6c0d4f9f7 (patch) | |
tree | 30833fade5fb513a0c9ceec4eeacbdcc70468788 /_tils | |
parent | Interview article: Fix link to match title (diff) | |
download | euandre.org-5b141847bd01de0c0fa7c160c6443bc6c0d4f9f7.tar.gz euandre.org-5b141847bd01de0c0fa7c160c6443bc6c0d4f9f7.tar.xz |
assert-content.sh: Enforce "ref" is the slug of the "title" for pages in en
Diffstat (limited to '_tils')
-rw-r--r-- | _tils/2020-09-05-pull-requests-with-git-the-oldschool-way.md | 2 | ||||
-rw-r--r-- | _tils/2020-10-11-search-changes-to-a-filename-pattern-in-git-history.md | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/_tils/2020-09-05-pull-requests-with-git-the-oldschool-way.md b/_tils/2020-09-05-pull-requests-with-git-the-oldschool-way.md index ce14009..6684631 100644 --- a/_tils/2020-09-05-pull-requests-with-git-the-oldschool-way.md +++ b/_tils/2020-09-05-pull-requests-with-git-the-oldschool-way.md @@ -3,7 +3,7 @@ title: Pull requests with Git, the old school way date: 2020-09-05 layout: post lang: en -ref: pull-requests-with-git-the-oldschool-way +ref: pull-requests-with-git-the-old-school-way --- It might be news to you, as it was to me, that "pull requests" that you can create on a Git hosting provider's web UI[^pr-webui] like diff --git a/_tils/2020-10-11-search-changes-to-a-filename-pattern-in-git-history.md b/_tils/2020-10-11-search-changes-to-a-filename-pattern-in-git-history.md index 264d1bd..0a91b76 100644 --- a/_tils/2020-10-11-search-changes-to-a-filename-pattern-in-git-history.md +++ b/_tils/2020-10-11-search-changes-to-a-filename-pattern-in-git-history.md @@ -3,7 +3,7 @@ title: Search changes to a filename pattern in Git history date: 2020-10-11 layout: post lang: en -ref: search-changes-to-a-filename-pattern-in-git-history.md +ref: search-changes-to-a-filename-pattern-in-git-history --- This is [yet][git-til-1] [another][git-til-2] ["search in Git"][git-til-3] TIL |