commit d48f00475e345c7d240bd2a4bbf978fd5f76e002 Author: hiromipaw hiro@torproject.org Date: Thu Jun 29 18:30:38 2017 +0200
Change select options --- docs/en/debian.wml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/docs/en/debian.wml b/docs/en/debian.wml index 96e061b..535c449 100644 --- a/docs/en/debian.wml +++ b/docs/en/debian.wml @@ -71,9 +71,9 @@ For Ubuntu, ask <a href="https://en.wikipedia.org/wiki/List_of_Ubuntu_releases#T <blockquote> I run <select id="distrib"> -<option value="wheezy">Debian oldstable (jessie)</option> -<option value="jessie" selected="selected">Debian stable (stretch)</option> -<option value="stretch">Debian testing (buster)</option> +<option value="jessie">Debian oldstable (jessie)</option> +<option value="stretch" selected="selected">Debian stable (stretch)</option> +<option value="testing">Debian testing (buster)</option> <option value="sid">Debian unstable (sid)</option> <option value="precise">Ubuntu Precise Pangolin</option> <option value="trusty">Ubuntu Trusty Tahr</option>