fix links
This commit is contained in:
parent
625e509ede
commit
18816f3fbe
1 changed files with 4 additions and 8 deletions
10
README.md
10
README.md
|
@ -1,18 +1,14 @@
|
||||||
# Important Information
|
# Important Information
|
||||||
## I am no longer working on this project and I am looking for a new maintainer. Please see [the corresponding issue](https://vcs.diluvian.cc/fyr77/EnvyUpdate/issues/53) for more details.
|
## I am no longer working on this project and I am looking for a new maintainer. Please see [the corresponding issue](https://vcs.diluvian.cc/fyr77/EnvyUpdate/issues/53) for more details.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
# EnvyUpdate
|
# EnvyUpdate
|
||||||
A small portable update checker application for Nvidia GPUs
|
A small portable update checker application for Nvidia GPUs
|
||||||
|
|
||||||

|
|
||||||

|
|
||||||

|
|
||||||
|
|
||||||
## How to use
|
## How to use
|
||||||
|
|
||||||
Download the [latest release](https://github.com/fyr77/EnvyUpdate/releases/latest/download/EnvyUpdate.exe) (or as a [.zip](https://github.com/fyr77/EnvyUpdate/releases/latest/download/EnvyUpdate.zip)) and run it. Windows SmartScreen Messages can be safely ignored. They only happen because this project is not digitally signed.
|
Download the latest release and run it. Windows SmartScreen Messages can be safely ignored. They only happen because this project is not digitally signed.
|
||||||
|
|
||||||
The application itself does not update itself. If you notice any bugs or issues, be sure to check for a new version on GitHub!
|
The application itself does not update itself. If you notice any bugs or issues, be sure to check for a new version on GitHub!
|
||||||
|
|
||||||
|
@ -55,7 +51,7 @@ EnvyUpdate is not a replacement for any of these tools. I will still try to impl
|
||||||
|
|
||||||
## Licenses
|
## Licenses
|
||||||
|
|
||||||
* This project: [MIT](https://github.com/fyr77/EnvyUpdate/blob/master/LICENSE)
|
* This project: [MIT](https://https://vcs.diluvian.cc/fyr77/EnvyUpdate/blob/master/LICENSE)
|
||||||
* Fody (dependency of Costura.Fody): [MIT](https://github.com/Fody/Fody/blob/master/License.txt)
|
* Fody (dependency of Costura.Fody): [MIT](https://github.com/Fody/Fody/blob/master/License.txt)
|
||||||
* Costura.Fody (for embedding DLLs into the main executable): [MIT](https://github.com/Fody/Costura/blob/develop/LICENSE)
|
* Costura.Fody (for embedding DLLs into the main executable): [MIT](https://github.com/Fody/Costura/blob/develop/LICENSE)
|
||||||
* Resource Embedder: [MIT](https://www.nuget.org/packages/Resource.Embedder/)
|
* Resource Embedder: [MIT](https://www.nuget.org/packages/Resource.Embedder/)
|
||||||
|
|
Reference in a new issue