Fix misc small issues with docs

Apparently, it was forgotten to update IE reference in docs
there too.

Change-Id: Id35b75fca6f801633f89c4c2ed7ee369fe345537
This commit is contained in:
Matthias Runge 2016-02-11 10:16:04 +01:00
parent 1dedcfb721
commit 83b04c730e
2 changed files with 3 additions and 3 deletions

View File

@ -38,7 +38,7 @@ What does this mean for visual design?
What browsers are supported?
Horizon is primarily tested and supported on the latest version of Firefox,
the latest version of Chrome, and IE9+. Issues related to Safari and Opera
the latest version of Chrome, and IE11. Issues related to Safari and Opera
will also be considered. The list of supported browsers and versions is
informally documented on the `Browser Support wiki page
<https://wiki.openstack.org/wiki/Horizon/BrowserSupport>`_.

View File

@ -4,7 +4,7 @@ Quickstart
.. Note ::
This section has been tested for Horizon on Ubuntu (12.04-64) and Fedora-based (RHEL 6.4) distributions. Feel free to add notes and any changes according to your experiences or operating system.
This section has been tested for Horizon on Ubuntu (12.04-64) and RPM-based (RHEL 7.x) distributions. Feel free to add notes and any changes according to your experiences or operating system.
Linux Systems
=============
@ -15,7 +15,7 @@ On Ubuntu::
> sudo apt-get install git python-dev python-virtualenv libssl-dev libffi-dev
On Fedora-based distributions (e.g., Fedora/RHEL/CentOS/Scientific Linux)::
On RPM-based distributions (e.g., Fedora/RHEL/CentOS/Scientific Linux)::
> sudo yum install gcc git-core python-devel python-virtualenv openssl-devel libffi-devel which