aboutsummaryrefslogtreecommitdiff
path: root/blog/blog.go
diff options
context:
space:
mode:
Diffstat (limited to 'blog/blog.go')
-rw-r--r--blog/blog.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/blog/blog.go b/blog/blog.go
index 76ca948..2fbf620 100644
--- a/blog/blog.go
+++ b/blog/blog.go
@@ -21,8 +21,8 @@ const hostname = "blog.golang.org" // default hostname for blog server
var config = blog.Config{
Hostname: hostname,
- BaseURL: "http://" + hostname,
- GodocURL: "http://golang.org",
+ BaseURL: "//" + hostname,
+ GodocURL: "//golang.org",
HomeArticles: 5, // articles to display on the home page
FeedArticles: 10, // articles to include in Atom and JSON feeds
PlayEnabled: true,