mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 09:34:43 +00:00
[REACTOS] Update now-redirected 'http' and 'www.reactos.org' urls (#2583)
And improve/fix some urls.
This commit is contained in:
parent
dd0f498c01
commit
d3636e1304
4 changed files with 26 additions and 26 deletions
2
.github/FUNDING.yml
vendored
2
.github/FUNDING.yml
vendored
|
@ -1,2 +1,2 @@
|
|||
custom: ['https://reactos.org/donating', 'https://paypal.me/ReactOS']
|
||||
custom: ['https://reactos.org/donate/', 'https://paypal.me/ReactOS']
|
||||
liberapay: ReactOS
|
||||
|
|
|
@ -77,7 +77,7 @@ To amend your commit with your name and e-mail (in any case you've forgot to set
|
|||
|
||||
Finding a good project to start with can be a challenge, because when starting out you are (usually) not aware of all the possibilities. To help you find a project, here are some ideas to try:
|
||||
|
||||
- Find a test that fails, and try to make it succeed: <https://www.reactos.org/testman/>
|
||||
- Find a test that fails, and try to make it succeed: <https://reactos.org/testman/>
|
||||
- Look around in JIRA, and if you have problems finding nice projects to start with, there is a label for this: <https://jira.reactos.org/issues/?jql=labels%20%3D%20starter-project>
|
||||
- Ask for help on [IRC]
|
||||
- Additionally, there are some tests that cause crashes/hangs, but these might be slightly harder: <https://jira.reactos.org/browse/ROSTESTS-125>
|
||||
|
@ -86,8 +86,8 @@ Finding a good project to start with can be a challenge, because when starting o
|
|||
[debug]: https://reactos.org/wiki/Debugging
|
||||
[JIRA]: https://jira.reactos.org/
|
||||
[filing a bug report]: https://reactos.org/wiki/File_Bugs
|
||||
[testman]: https://www.reactos.org/testman/
|
||||
[migration to GitHub]: https://www.reactos.org/project-news/reactos-repository-migrated-github
|
||||
[testman]: https://reactos.org/testman/
|
||||
[migration to GitHub]: https://reactos.org/project-news/reactos-repository-migrated-github/
|
||||
[humans are terrible at tracking large amount of information]: https://www.eurekalert.org/pub_releases/2005-03/aps-hmc030805.php
|
||||
[Pull requests]: https://help.github.com/articles/about-pull-requests/
|
||||
[tips for reviewing patches]: https://drupal.org/patch/review
|
||||
|
|
6
INSTALL
6
INSTALL
|
@ -3,7 +3,7 @@
|
|||
|
||||
To build the system it is strongly advised to use the ReactOS Build Environment
|
||||
(RosBE). Up-to-date versions for Windows and for Unix/GNU-Linux are available
|
||||
from our download page at: http://www.reactos.org/wiki/Build_Environment/
|
||||
from our download page at: https://reactos.org/wiki/Build_Environment
|
||||
|
||||
Alternatively one can use Microsoft Visual C++ (MSVC) version 2010+, together
|
||||
with separate installations of CMake and the Ninja build utility.
|
||||
|
@ -13,7 +13,7 @@ with separate installations of CMake and the Ninja build utility.
|
|||
-------------------
|
||||
|
||||
A throughout guide for how to build ReactOS can be found at:
|
||||
http://www.reactos.org/wiki/Building_ReactOS
|
||||
https://reactos.org/wiki/Building_ReactOS
|
||||
|
||||
In the following we only make a quick overview.
|
||||
|
||||
|
@ -92,6 +92,6 @@ visit the address below. Mailing lists are available for a variety of topics,
|
|||
bugs should be submitted to JIRA and general chat takes place in the forums,
|
||||
or #reactos on freenode.
|
||||
|
||||
http://www.reactos.org/
|
||||
https://reactos.org/
|
||||
|
||||
ReactOS Development Team
|
||||
|
|
38
README.md
38
README.md
|
@ -1,5 +1,5 @@
|
|||
<p align=center>
|
||||
<a href="https://reactos.org">
|
||||
<a href="https://reactos.org/">
|
||||
<img alt="ReactOS" src="https://reactos.org/wiki/images/0/02/ReactOS_logo.png">
|
||||
</a>
|
||||
</p>
|
||||
|
@ -7,10 +7,10 @@
|
|||
---
|
||||
|
||||
<p align=center>
|
||||
<a href="https://reactos.org/project-news/reactos-0413-released">
|
||||
<a href="https://reactos.org/project-news/reactos-0413-released/">
|
||||
<img alt="ReactOS 0.4.13 Release" src="https://img.shields.io/badge/release-0.4.13-0688CB.svg">
|
||||
</a>
|
||||
<a href="https://reactos.org/download">
|
||||
<a href="https://reactos.org/download/">
|
||||
<img alt="Download ReactOS" src="https://img.shields.io/badge/download-latest-0688CB.svg">
|
||||
</a>
|
||||
<a href="https://sourceforge.net/projects/reactos">
|
||||
|
@ -19,7 +19,7 @@
|
|||
<a href="https://github.com/reactos/reactos/blob/master/COPYING">
|
||||
<img alt="License" src="https://img.shields.io/badge/license-GNU_GPL_2.0-0688CB.svg">
|
||||
</a>
|
||||
<a href="https://reactos.org/donating">
|
||||
<a href="https://reactos.org/donate/">
|
||||
<img alt="Donate" src="https://img.shields.io/badge/%24-donate-E44E4A.svg">
|
||||
</a>
|
||||
<a href="https://twitter.com/reactos">
|
||||
|
@ -28,12 +28,12 @@
|
|||
</p>
|
||||
|
||||
## Quick Links
|
||||
[Website](https://reactos.org) •
|
||||
[Official chat](https://chat.reactos.org) •
|
||||
[Wiki](https://reactos.org/wiki) •
|
||||
[Forum](https://reactos.org/forum) •
|
||||
[JIRA Bug Tracker](https://jira.reactos.org/issues) •
|
||||
[ReactOS Git mirror](https://git.reactos.org) •
|
||||
[Website](https://reactos.org/) •
|
||||
[Official chat](https://chat.reactos.org/) •
|
||||
[Wiki](https://reactos.org/wiki/) •
|
||||
[Forum](https://reactos.org/forum/) •
|
||||
[JIRA Bug Tracker](https://jira.reactos.org/issues/) •
|
||||
[ReactOS Git mirror](https://git.reactos.org/) •
|
||||
[Testman](https://reactos.org/testman/)
|
||||
|
||||
## What is ReactOS?
|
||||
|
@ -51,9 +51,9 @@ The code of ReactOS is licensed under [GNU GPL 2.0](https://github.com/reactos/r
|
|||
[![appveyor.badge]][appveyor.link] [![travis.badge]][travis.link] [![rosbewin.badge]][rosbewin.link] [![rosbeunix.badge]][rosbeunix.link] [![coverity.badge]][coverity.link]
|
||||
|
||||
To build the system it is strongly advised to use the _ReactOS Build Environment (RosBE)._
|
||||
Up-to-date versions for Windows and for Unix/GNU-Linux are available from our download page at: ["Build Environment"](http://www.reactos.org/wiki/Build_Environment).
|
||||
Up-to-date versions for Windows and for Unix/GNU-Linux are available from our download page at: ["Build Environment"](https://reactos.org/wiki/Build_Environment).
|
||||
|
||||
Alternatively one can use Microsoft Visual C++ (MSVC) version 2010+. Building with MSVC is covered here: ["Visual Studio or Microsoft Visual C++"](https://www.reactos.org/wiki/CMake#Visual_Studio_or_Microsoft_Visual_C.2B.2B).
|
||||
Alternatively one can use Microsoft Visual C++ (MSVC) version 2010+. Building with MSVC is covered here: ["Visual Studio or Microsoft Visual C++"](https://reactos.org/wiki/CMake#Visual_Studio_or_Microsoft_Visual_C.2B.2B).
|
||||
|
||||
### Binaries
|
||||
|
||||
|
@ -64,9 +64,9 @@ To build ReactOS you must run the `configure` script in the directory you want t
|
|||
To build a bootable CD image run `ninja bootcd` from the
|
||||
build directory. This will create a CD image with a filename `bootcd.iso`.
|
||||
|
||||
See ["Building ReactOS"](http://www.reactos.org/wiki/Building_ReactOS) for more details.
|
||||
See ["Building ReactOS"](https://reactos.org/wiki/Building_ReactOS) for more details.
|
||||
|
||||
You can always download fresh binary builds of bootable images from the ["Daily builds"](https://www.reactos.org/getbuilds/) page.
|
||||
You can always download fresh binary builds of bootable images from the ["Daily builds"](https://reactos.org/getbuilds/) page.
|
||||
|
||||
## Installing
|
||||
|
||||
|
@ -80,21 +80,21 @@ FAT setup may be observed.
|
|||
|
||||
To install ReactOS from the bootable CD distribution, extract the archive contents. Then burn the CD image, boot from it, and follow the instructions.
|
||||
|
||||
See ["Installing ReactOS"](https://www.reactos.org/wiki/Installing_ReactOS) Wiki page or [INSTALL](INSTALL) for more details.
|
||||
See ["Installing ReactOS"](https://reactos.org/wiki/Installing_ReactOS) Wiki page or [INSTALL](INSTALL) for more details.
|
||||
|
||||
## Testing
|
||||
|
||||
If you discover a bug in ReactOS search on JIRA first - it might be reported already. If not report the bug providing logs and as much information as possible.
|
||||
|
||||
See ["File Bugs"](https://www.reactos.org/wiki/File_Bugs) for a guide.
|
||||
See ["File Bugs"](https://reactos.org/wiki/File_Bugs) for a guide.
|
||||
|
||||
__NOTE:__ The bug tracker is _not_ for discussions. Please use `#reactos` Freenode IRC channel or our [forum](https://reactos.org/forum).
|
||||
__NOTE:__ The bug tracker is _not_ for discussions. Please use `#reactos` Freenode IRC channel or our [forum](https://reactos.org/forum/).
|
||||
|
||||
## Contributing [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/reactos/reactos) • ![prwelcome.badge]
|
||||
|
||||
We are always looking for developers! Check [how to contribute](CONTRIBUTING.md) if you are willing to participate.
|
||||
|
||||
You can also support ReactOS by [donating](https://reactos.org/donating)! We rely on our backers to maintain our servers and accelerate development by [hiring full-time devs](https://reactos.org/node/785).
|
||||
You can also support ReactOS by [donating](https://reactos.org/donate/)! We rely on our backers to maintain our servers and accelerate development by [hiring full-time devs](https://reactos.org/contributing/#paid-jobs).
|
||||
|
||||
## More information
|
||||
|
||||
|
@ -105,7 +105,7 @@ It is not another wrapper built on Linux, like WINE. It does not attempt or plan
|
|||
|
||||
ReactOS is also not "yet another OS". It does not attempt to be a third player like any other alternative OS out there. People are not meant to uninstall Linux and use ReactOS instead; ReactOS is a replacement for Windows users who want a Windows replacement that behaves just like Windows.
|
||||
|
||||
More information is available at: [reactos.org](https://www.reactos.org).
|
||||
More information is available at: [reactos.org](https://reactos.org/).
|
||||
|
||||
Also see the [media/doc](/media/doc/) subdirectory for some sparse notes.
|
||||
|
||||
|
|
Loading…
Reference in a new issue