Updated links

This commit is contained in:
ngn 2024-01-07 21:23:29 +03:00
parent 142e903b09
commit cd3e8ef2c9
6 changed files with 9 additions and 9 deletions

View File

@ -2,8 +2,8 @@
Matterlinux is a tiny [free/libre](https://www.gnu.org/philosophy/free-sw.html) and
[open source](https://opensource.com/resources/what-open-source) GNU/Linux distribution
for `amd64` systems. It has its own package management system and its own package repos.
All source code for MatterLinux is licensed under GPLv3 and avaliable on
[Matterlinux Git Server](https://git.matterlinux.xyz/matterlinux).
All source code for MatterLinux is licensed under GPLv3 and avaliable on the
[MatterLinux Git Server](https://git.matterlinux.xyz/Matter).
## Goals & Status
The project aims to create a tiny and simple yet still usable GNU/Linux system from the

View File

@ -18,7 +18,7 @@ idiot and have no idea how to setup dinit)
Moving on, I also fixed a lot of bugs in `mp` and other build tools.
Plus I made some litte additions.
Also created the [`matter-tools`](https://git.Matterlinux.xyz/matterlinux/matter-tools)
Also created the [`matter-tools`](https://git.Matterlinux.xyz/matter/matter-tools)
repository, which contains scripts and tools for Matterlinux installation
and configuration.

View File

@ -1,7 +1,7 @@
Because of the package manager and the server stuff,
the development of the website has been delayed a bit,
but finally after few lines of Go later,
[here it is!](https://git.matterlinux.xyz/matterlinux/website)
[here it is!](https://git.matterlinux.xyz/matter/website)
This website will be used to post news about Matterlinux's
development and updates.

View File

@ -1,5 +1,5 @@
You can use this page as a catalog, it will let you discover other pages. If you want to
edit a page or create a new page, make a pull-request to [website-content](https://git.matterlinux.xyz/matterlinux/website-content) repository.
edit a page or create a new page, make a pull-request to [content](https://git.matterlinux.xyz/matter/content) repository.
**Important:** Wiki is currently under development, so some of the pages on the tables
don't have a link yet.

View File

@ -56,7 +56,7 @@ usr/lib/libnss_resolve.so.2
While installing a package using the [MatterLinux Package Manager (`mp`)](/wiki/package_man), `mp`
downloads the target package(s) from the repos, these packages are in the format discussed above.
After downloading and verifying the target package(s), `mp` extracts the packages [using the `tar`
tool](https://git.matterlinux.xyz/Matterlinux/mp/src/main/src/utils/util.c#L103).
tool](https://git.matterlinux.xyz/Matter/mp/src/main/src/utils/util.c#L103).
To learn more about this process see the [page for `mp`](/wiki/package_man).
@ -132,6 +132,6 @@ also check out [LFS](https://www.linuxfromscratch.org/lfs/view/12.0-systemd/) an
into the `$ROOTDIR` and not the root file system.
- `cd .. && rm -rf $NAME-$VERSION`: Change directory back into `$ROOTDIR` and clean the extracted archive.
Check out [`base`](https://git.matterlinux.xyz/Matterlinux/base) and
[`desktop`](https://git.matterlinux.xyz/Matterlinux/desktop) repo sources for more
Check out [`base`](https://git.matterlinux.xyz/Matter/base) and
[`desktop`](https://git.matterlinux.xyz/Matter/desktop) repo sources for more
example `pkg.sh` scripts.

View File

@ -7,7 +7,7 @@ In a Matter system, package managment is generally done with the MatterLinux Pac
### Installation
`mp` should be already installed on a MatterLinux system. However if you want to install `mp` from
the source, then you should follow [this section](https://git.matterlinux.xyz/matterlinux/mp#installation)
the source, then you should follow [this section](https://git.matterlinux.xyz/matter/mp#installation)
from the README.
Note that you should run all the `mp` and releated commands as the root user.