diff options
| author | Miguel Acero <acero@google.com> | 2020-09-18 12:41:05 -0400 |
|---|---|---|
| committer | Miguel Acero <acero@google.com> | 2020-09-18 20:43:54 +0000 |
| commit | 4f2b555c5586268753415c54aad2a9fdaf3a8675 (patch) | |
| tree | e913b58cba23cc98d0badedc0e5e3e60996b6164 /devtools/cmd/css | |
| parent | dfd64517b083c989966aa015f6db802e731b86d3 (diff) | |
| download | go-x-pkgsite-4f2b555c5586268753415c54aad2a9fdaf3a8675.tar.xz | |
devtools/cmd/css: update incorrect relative path
Change-Id: I8331a06e4f5d0dfb3b9dee1e9b6d8de2add25bc6
Reviewed-on: https://go-review.googlesource.com/c/pkgsite/+/255967
Reviewed-by: Julie Qiu <julie@golang.org>
Trust: Miguel Acero <acero@google.com>
Diffstat (limited to 'devtools/cmd/css')
| -rw-r--r-- | devtools/cmd/css/main.go | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devtools/cmd/css/main.go b/devtools/cmd/css/main.go index 54cd617f..04184881 100644 --- a/devtools/cmd/css/main.go +++ b/devtools/cmd/css/main.go @@ -21,7 +21,7 @@ import ( ) const ( - cssFile = "content/static/stylesheet.css" + cssFile = "content/static/css/stylesheet.css" githubStylesheet = "https://raw.githubusercontent.com/sindresorhus/github-markdown-css/gh-pages/github-markdown.css" githubREADMEClass = ".markdown-body" discoveryREADMEClass = ".Overview-readmeContent" @@ -91,8 +91,8 @@ func main() { contentsToWrite := ` /* ---------- */ /* -/* The CSS classes below are generated using content/static/css/main.go -/* To update, delete the contents below and and run go run content/static/css/main.go +/* The CSS classes below are generated using devtools/cmd/css/main.go +/* To update, delete the contents below and and run go run devtools/cmd/css/main.go /* /* ---------- */` contentsToWrite += "\n\n" |
