Skip to content

Commit 0913b3c

Browse files
committed
readme links fix
1 parent 92046c4 commit 0913b3c

1 file changed

Lines changed: 6 additions & 11 deletions

File tree

README.md

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,11 @@
11
# Open hardware monitor
2-
[![Release](https://img.shields.io/github/v/release/NewOpenHardwareMonitor/openhardwaremonitor)](https://github.com/NewOpenHardwareMonitor/openhardwaremonitor/releases/latest)
3-
![Downloads](https://img.shields.io/github/downloads/NewOpenHardwareMonitor/openhardwaremonitor/total?color=ff4f42)
4-
![Last commit](https://img.shields.io/github/last-commit/NewOpenHardwareMonitor/openhardwaremonitor?color=00AD00)
5-
6-
[![Nuget](https://img.shields.io/nuget/v/OpenHardwareMonitorLib)](https://www.nuget.org/packages/OpenHardwareMonitorLib/)
7-
[![Nuget](https://img.shields.io/nuget/dt/OpenHardwareMonitorLib?label=nuget-downloads)](https://www.nuget.org/packages/OpenHardwareMonitorLib/)
82

93
Open hardware monitor - is free software that can monitor the temperature sensors, fan speeds, voltages, load and clock speeds of your computer.
104

115
This application is based on the "original" [openhardwaremonitor](https://github.com/openhardwaremonitor/openhardwaremonitor) project.
126

13-
# This is a legacy and outdated version, for the latest features check the [current repo](https://github.com/newopenhardwaremonitor/openhardwaremonitor)
7+
# Looking for new features?
8+
## This is a legacy version — check out the updated [OpenHardwareMonitor](https://github.com/hardwaremonitor/openhardwaremonitor) with more features and better support
149

1510

1611
## Features
@@ -33,25 +28,25 @@ You can see information about devices such as:
3328
- `Hide/Unhide` sensors to remove some data from UI and web server.
3429
- Multiple `Tray icons` and `Gadget` for selected sensor values.
3530
- `Light`/`Dark` themes with auto switching mode.
36-
- Custom `color-themes` from external files - You can find examples [here](https://github.com/NewOpenHardwareMonitor/openhardwaremonitor/tree/dev/OpenHardwareMonitor/Resources/themes)
31+
- Custom `color-themes` from external files - You can find examples [here](https://github.com/HardwareMonitor/openhardwaremonitor/tree/master/OpenHardwareMonitor/Resources/themes)
3732
- `Portable` mode for storing temporary driver file and settings configuration next to the executable file.
3833
- `Updated versions check` - manually from main menu.
3934

4035
Note: Some sensors are only available when running the application as administrator.
4136

4237
### UI example with `Light`/`Dark` themes
4338

44-
[<img src="https://github.com/NewOpenHardwareMonitor/openhardwaremonitor/raw/master/themes.png" alt="Themes" width="300"/>](https://github.com/NewOpenHardwareMonitor/openhardwaremonitor/raw/master/themes.png)
39+
[<img src="https://github.com/HardwareMonitor/openhardwaremonitor/raw/master/themes.png" alt="Themes" width="300"/>](https://github.com/HardwareMonitor/openhardwaremonitor/raw/master/themes.png)
4540

4641
## Download
4742

48-
The published version can be obtained from [releases](https://github.com/NewOpenHardwareMonitor/openhardwaremonitor/releases).
43+
The published version can be obtained from [releases](https://github.com/HardwareMonitor/openhardwaremonitor/releases).
4944

5045

5146
## Developer information
5247
**Integrate the library in own application**
5348
1. Add the [OpenHardwareMonitorLib](https://www.nuget.org/packages/OpenHardwareMonitorLib/) NuGet package to your application.
54-
2. Use the sample code below or the test console application from [here](https://github.com/NewOpenHardwareMonitor/openhardwaremonitor/tree/dev/LibTest)
49+
2. Use the sample code below or the test console application from [here](https://github.com/HardwareMonitor/openhardwaremonitor/tree/master/LibTest)
5550

5651

5752
**Sample code**

0 commit comments

Comments
 (0)