Commit 184d2ae4 authored by Léo-Paul Géneau's avatar Léo-Paul Géneau 👾

slapos: Update SlapOS website's url

parent db2d4929
......@@ -5,7 +5,7 @@ The slapconsole tool allows to interact with a SlapOS Master throught the SLAP
library.
For more information about SlapOS or slapconsole usages, please go to
http://community.slapos.org.
https://slapos.nexedi.com.
The slapconsole tool is only a bare Python console with several global variables
defined and initialized.
......
......@@ -78,7 +78,7 @@ class SlapOSCommandManager(CommandManager):
LOG.critical('slapos: the command %r does not exist or is not yet implemented.\n'
'\n'
'Available commands: %s\n\n'
'Please find documentation and forum at http://community.slapos.org\n'
'Please find documentation at https://slapos.nexedi.com\n'
'Please also make sure that the SlapOS Node package is up to date.',
' '.join(argv),
', '.join(sorted(repr(c) for c in self.commands)))
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment