Fix: Correct wallet confirmation time and update repository URLs
This commit is contained in:
@@ -8,7 +8,7 @@ with no central authority: managing transactions and issuing money are carried o
|
||||
|
||||
The software is a community-driven open source project, released under the MIT license.
|
||||
|
||||
See https://github.com/NotRin7/palladium and https://palladium-coin.com/ for further information about the project.
|
||||
See https://github.com/palladium-coin/palladiumcore and https://palladium-coin.com/ for further information about the project.
|
||||
|
||||
\section Navigation
|
||||
Use <a href="modules.html"><code>Modules</code></a>, <a href="namespaces.html"><code>Namespaces</code></a>, <a href="classes.html"><code>Classes</code></a>, or <a href="files.html"><code>Files</code></a> at the top of the page to start navigating the code.
|
||||
|
||||
@@ -47,7 +47,7 @@ from the root of the repository.
|
||||
|
||||
1. Clone the Palladium Core source code:
|
||||
```shell
|
||||
git clone https://github.com/NotRin7/palladium.git
|
||||
git clone https://github.com/palladium-coin/palladiumcore.git
|
||||
cd palladium
|
||||
```
|
||||
|
||||
|
||||
@@ -124,4 +124,4 @@ Copyright (C) 2024 The Palladium Core developers
|
||||
|
||||
Please contribute if you find Palladium Core useful. Visit
|
||||
<https://palladium-coin.com/> for further information about the software.
|
||||
The source code is available from <https://github.com/NotRin7/palladium>.
|
||||
The source code is available from <https://github.com/palladium-coin/palladiumcore>.
|
||||
|
||||
@@ -682,7 +682,7 @@ Copyright (C) 2024 The Palladium Core developers
|
||||
|
||||
Please contribute if you find Palladium Core useful. Visit
|
||||
<https://palladium-coin.com/> for further information about the software.
|
||||
The source code is available from <https://github.com/NotRin7/palladium>.
|
||||
The source code is available from <https://github.com/palladium-coin/palladiumcore>.
|
||||
|
||||
This is experimental software.
|
||||
Distributed under the MIT software license, see the accompanying file COPYING
|
||||
|
||||
@@ -117,4 +117,4 @@ Copyright (C) 2024 The Palladium Core developers
|
||||
|
||||
Please contribute if you find Palladium Core useful. Visit
|
||||
<https://palladium-coin.com/> for further information about the software.
|
||||
The source code is available from <https://github.com/NotRin7/palladium>.
|
||||
The source code is available from <https://github.com/palladium-coin/palladiumcore>.
|
||||
|
||||
@@ -62,4 +62,4 @@ Copyright (C) 2024 The Palladium Core developers
|
||||
|
||||
Please contribute if you find Palladium Core useful. Visit
|
||||
<https://palladium-coin.com/> for further information about the software.
|
||||
The source code is available from <https://github.com/NotRin7/palladium>.
|
||||
The source code is available from <https://github.com/palladium-coin/palladiumcore>.
|
||||
|
||||
@@ -660,7 +660,7 @@ Copyright (C) 2024 The Palladium Core developers
|
||||
|
||||
Please contribute if you find Palladium Core useful. Visit
|
||||
<https://palladium-coin.com/> for further information about the software.
|
||||
The source code is available from <https://github.com/NotRin7/palladium>.
|
||||
The source code is available from <https://github.com/palladium-coin/palladiumcore>.
|
||||
|
||||
This is experimental software.
|
||||
Distributed under the MIT software license, see the accompanying file COPYING
|
||||
|
||||
@@ -10,7 +10,7 @@ improvements, as well as updated translations.
|
||||
|
||||
Please report bugs using the issue tracker at GitHub:
|
||||
|
||||
<https://github.com/NotRin7/palladium/issues>
|
||||
<https://github.com/palladium-coin/palladiumcore/issues>
|
||||
|
||||
To receive security and update notifications, please subscribe to:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user