summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorRobert Ancell <robert.ancell@canonical.com>2019-08-05 10:31:10 +1200
committerRobert Ancell <robert.ancell@canonical.com>2019-08-05 10:31:10 +1200
commitd36237b29f9a55ae44e204d6480d3cea0ee46c7e (patch)
treee6e088e265234b3fa996c8ef292e2aeeaef059ec /README.md
parenta99376f5f51aa147aaf81287d7ce70db76022c47 (diff)
downloadlightdm-git-d36237b29f9a55ae44e204d6480d3cea0ee46c7e.tar.gz
Update GitHub/Travis links
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index b865c698..7e79e089 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-[![Build Status](https://travis-ci.org/CanonicalLtd/lightdm.svg?branch=master)](https://travis-ci.org/CanonicalLtd/lightdm)
+[![Build Status](https://travis-ci.org/Canonical/lightdm.svg?branch=master)](https://travis-ci.org/Canonical/lightdm)
LightDM is a cross-desktop display manager. A display manager is a daemon that:
- Runs display servers (e.g. X) where necessary.
@@ -47,7 +47,7 @@ For example, if a sysadmind wanted to override the system configured default ses
user-session=mysession
```
-Configuration is in keyfile format. For most installations you will want to change the keys in the `[Seat:*]` section as this applies to all seats on the system (normally just one). A configuration file showing all the possible keys is provided in [`data/lightdm.conf`](https://github.com/CanonicalLtd/lightdm/blob/master/data/lightdm.conf).
+Configuration is in keyfile format. For most installations you will want to change the keys in the `[Seat:*]` section as this applies to all seats on the system (normally just one). A configuration file showing all the possible keys is provided in [`data/lightdm.conf`](https://github.com/Canonical/lightdm/blob/master/data/lightdm.conf).
# Questions