all: Fix typos and some URLs

This commit is contained in:
Christian Oliff 2024-02-18 20:16:30 +09:00 committed by GitHub
parent 4a53fd56b7
commit 168d375784
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
18 changed files with 26 additions and 26 deletions

View file

@ -14,5 +14,5 @@
// Package pageparser provides a parser for Hugo content files (Markdown, HTML etc.) in Hugo.
// This implementation is highly inspired by the great talk given by Rob Pike called "Lexical Scanning in Go"
// It's on YouTube, Google it!.
// See slides here: http://cuddle.googlecode.com/hg/talk/lex.html
// See slides here: https://go.dev/talks/2011/lex.slide#1
package pageparser