Skip to content

Commit 1538374

Browse files
committed
Update links due to repo move
1 parent f8df274 commit 1538374

File tree

2 files changed

+7
-8
lines changed

2 files changed

+7
-8
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.2.5"
44
authors = ["Maximilian Luz <[email protected]>"]
55
description = "Control various aspects of Microsoft Surface devices on Linux from the Command-Line"
66

7-
repository = "https://github.com/qzed/surface-control"
7+
repository = "https://github.com/linux-surface/surface-control"
88
readme = "README.md"
99
license = "MIT"
1010

README.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
[![Build Status]][travis]
44

5-
[Build Status]: https://api.travis-ci.org/qzed/linux-surface-control.svg?branch=master
6-
[travis]: https://travis-ci.org/qzed/linux-surface-control
5+
[Build Status]: https://api.travis-ci.org/linux-surface/surface-control.svg?branch=master
6+
[travis]: https://travis-ci.org/linux-surface/surface-control
77

88
Control various aspects of Microsoft Surface devices on Linux from the Command-Line.
99
Aims to provide a unified front-end to the various sysfs-attributes and special devices.
@@ -33,11 +33,11 @@ _Hint:_ You can specify the subcommand by any unabiguous prefix of it, i.e. `sur
3333

3434
## Prequisites
3535

36-
For this tool to work, you need a recent version of the [surface-acpi module][surface-acpi] e.g. via [Jake's kernel][surface-kernel] (for `latch` and `performance` sub-commands) and the [dGPU hot plug module][surface-shps] (for the `dgpu` sub-command).
36+
For this tool to work, you need a recent version of the [surface-sam module][surface-sam] e.g. via the [linux-surface kernel][surface-kernel].
3737

3838
## Installing
3939

40-
Have a look at the [releases](https://github.com/qzed/linux-surface-control/releases) page.
40+
Have a look at the [releases](https://github.com/linux-surface/surface-control/releases) page.
4141
Pre-built packages are available for Debian (Ubuntu, ...), whereas PKGBUILDs for Arch Linux are in the AUR (`surface-control`).
4242

4343
## Building from Source
@@ -60,6 +60,5 @@ where setting `CARGO_TARGET_DIR` is required to output the generated auto-comple
6060

6161
The final package can be found in `target/debian`.
6262

63-
[surface-acpi]: https://github.com/qzed/linux-surfacegen5-acpi
64-
[surface-kernel]: https://github.com/jakeday/linux-surface
65-
[surface-shps]: https://github.com/qzed/linux-surfacebook2-mshw0153
63+
[surface-sam]: https://github.com/linux-surface/surface-aggregator-module
64+
[surface-kernel]: https://github.com/linux-surface/linux-surface

0 commit comments

Comments
 (0)