Skip to content

Commit 7561926

Browse files
committed
Readme fixes. [skip ci]
1 parent 09a722c commit 7561926

File tree

2 files changed

+12
-10
lines changed

2 files changed

+12
-10
lines changed

README.md

+10-8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<p align="center">
2-
<img src="http://mesonbuild.com/assets/images/meson_logo.png">
2+
<img src="https://mesonbuild.com/assets/images/meson_logo.png">
33
</p>
44
Meson® is a project to create the best possible next-generation
55
build system.
@@ -15,7 +15,7 @@ build system.
1515

1616
#### Dependencies
1717

18-
- [Python](http://python.org) (version 3.5 or newer)
18+
- [Python](https://python.org) (version 3.5 or newer)
1919
- [Ninja](https://ninja-build.org) (version 1.5 or newer)
2020

2121
#### Installing from source
@@ -29,14 +29,15 @@ Meson is also available from
2929
[PyPi](https://pypi.python.org/pypi/meson), so it can be installed
3030
with `pip3 install meson` (this does not require a source checkout,
3131
pip will download the package automatically). The exact command to
32-
type to install with pip can vary between systems, be sure to use the
33-
Python 3 version of pip.
32+
type to install with Pip can vary between systems, be sure to use the
33+
Python 3 version of Pip.
3434

3535
#### Running
3636

3737
Meson requires that you have a source directory and a build directory
38-
and that these two are different. In your source root must exist a file
39-
called 'meson.build'. To generate the build system run this command:
38+
and that these two are different. In your source root must exist a
39+
file called `meson.build`. To generate the build system run this
40+
command:
4041

4142
`meson <source directory> <build directory>`
4243

@@ -67,7 +68,8 @@ you may need to run this command with sudo.
6768

6869
#### Contributing
6970

70-
We love code contributions. See the [contributing.md](contributing.md) file for
71+
We love code contributions. See the [contribution
72+
page](https://mesonbuild.com/Contributing.html) on the web site for
7173
details.
7274

7375

@@ -83,6 +85,6 @@ to connect to this channel.
8385
#### Further info
8486

8587
More information about the Meson build system can be found at the
86-
[project's home page](http://mesonbuild.com).
88+
[project's home page](https://mesonbuild.com).
8789

8890
Meson is a registered trademark of Jussi Pakkanen.

contributing.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Thank you for your interest in participating to the development!
44
A large fraction of Meson is contributed by people outside
5-
the core team and we are **excited** to see what you do.
5+
the core team and we are *excited* to see what you do.
66

77
**Contribution instructions can be found on the website**
8-
@ http://mesonbuild.com/Contributing.html
8+
@ https://mesonbuild.com/Contributing.html

0 commit comments

Comments
 (0)