From 7ec2b0ac2e64f2c0e474258f0cf3a0ab0831796e Mon Sep 17 00:00:00 2001
From: Will Norris
Date: Wed, 27 Apr 2016 08:48:50 -0700
Subject: [PATCH] website: update doc URLs
s/docs/doc/ and s/http/https/ for camlistore.org doc URLs in website and
code.
Change-Id: I875e2acece1f594a304f2bdb63f756fcb315abc8
---
HACKING | 6 +++---
README | 6 +++---
clients/osx/Camlistore/Camlistore/Credits.html | 4 ++--
make.go | 2 +-
pkg/client/config.go | 2 +-
pkg/server/help.go | 6 +++---
pkg/server/wizard-html.go | 2 +-
pkg/server/wizard.go | 2 +-
pkg/types/camtypes/errors.go | 2 +-
website/camweb.go | 2 +-
10 files changed, 17 insertions(+), 17 deletions(-)
diff --git a/HACKING b/HACKING
index 5e19d044f..21dc267dc 100644
--- a/HACKING
+++ b/HACKING
@@ -5,11 +5,11 @@ Developing on Windows is sometimes broken, but should work. Let us
know if we broke something, or we accidentally depend on some
Unix-specific build tool somewhere.
-See http://camlistore.org/docs/contributing for information on how to
+See https://camlistore.org/doc/contributing for information on how to
contribute to the project and submit patches. Notably, we use Gerrit
for code review. Our Gerrit instance is at https://camlistore.org/r/
-See architecture docs: https://camlistore.org/docs/
+See architecture docs: https://camlistore.org/doc/
You can view docs for Camlistore packages with local godoc, or
godoc.org.
@@ -22,7 +22,7 @@ $ git clone https://camlistore.googlesource.com/camlistore
(We use github for distribution but its code review system is so poor,
we don't use its Pull Request mechanism. The Gerrit git server & code
review system is the main repo. See
-http://camlistore.org/docs/contributing for how to use them. We might
+https://camlistore.org/doc/contributing for how to use them. We might
support github for pull requests in the future, once it's properly
integrated with external code review tools. We had a meeting with Github
to discuss the ways in which their code review tools are poor.)
diff --git a/README b/README
index a4b4d47f8..d030b4733 100644
--- a/README
+++ b/README
@@ -5,8 +5,8 @@ It's a way to store, sync, share, model and back up content.
It stands for "Content-Addressable Multi-Layer Indexed Storage", for
lack of a better name. For more, see:
- http://camlistore.org/
- http://camlistore.org/docs/
+ https://camlistore.org/
+ https://camlistore.org/doc/
Other useful files:
@@ -20,4 +20,4 @@ Mailing lists:
Bugs and contributing:
https://github.com/camlistore/camlistore/issues
- http://camlistore.org/docs/contributing
+ https://camlistore.org/doc/contributing
diff --git a/clients/osx/Camlistore/Camlistore/Credits.html b/clients/osx/Camlistore/Camlistore/Credits.html
index b64159e35..4a962d08d 100644
--- a/clients/osx/Camlistore/Camlistore/Credits.html
+++ b/clients/osx/Camlistore/Camlistore/Credits.html
@@ -13,8 +13,8 @@
lack of a better name. For more, see:
diff --git a/make.go b/make.go
index f04a087f4..c2d381745 100644
--- a/make.go
+++ b/make.go
@@ -709,7 +709,7 @@ func withSQLite() bool {
case "linux":
log.Printf("On Linux, run 'sudo apt-get install libsqlite3-dev' or equivalent.")
case "windows":
- log.Printf("SQLite is not easy on windows. Please see http://camlistore.org/docs/server-config#windows")
+ log.Printf("SQLite is not easy on windows. Please see https://camlistore.org/doc/server-config#windows")
}
os.Exit(2)
}
diff --git a/pkg/client/config.go b/pkg/client/config.go
index d89ce2ff6..54fa2af7c 100644
--- a/pkg/client/config.go
+++ b/pkg/client/config.go
@@ -207,7 +207,7 @@ func printConfigChangeHelp(conf jsonconfig.Obj) {
}
}
if oldConfig {
- configChangedMsg += "Please see http://camlistore.org/docs/client-config, or use camput init to recreate a default one."
+ configChangedMsg += "Please see https://camlistore.org/doc/client-config, or use camput init to recreate a default one."
log.Print(configChangedMsg)
}
}
diff --git a/pkg/server/help.go b/pkg/server/help.go
index 59dd6a14f..1bd749abe 100644
--- a/pkg/server/help.go
+++ b/pkg/server/help.go
@@ -50,13 +50,13 @@ const helpHTML string = `
- You will need to use the following client configuration in order to access this server using the command line tools.
+ You will need to use the following client configuration in order to access this server using the command line tools.
{{ .ClientConfigJSON }}
{{ .SecringDownloadHint }}
Anything Else?
- See the Camlistore online documentation and community contacts.
+ See the Camlistore online documentation and community contacts.