Skip to content

Commit

Permalink
Update various links.
Browse files Browse the repository at this point in the history
  • Loading branch information
SadieCat committed Sep 2, 2024
1 parent db139ac commit 3a329e4
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion docs/4/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: v4 Overview
---

!!! note ""
This page is a work in progress. If you would like to suggest additions to this page [please comment on issue #187](https://github.com/inspircd/inspircd-docs/issues/187).
This page is a work in progress. If you would like to suggest additions to this page [please comment on issue #187](https://github.com/inspircd/docs/issues/187).

## v4 Overview

Expand Down
2 changes: 1 addition & 1 deletion docs/packaging.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ title: Packaging advice

Other than to [older branches which are still supported](https://github.com/inspircd/inspircd/security/policy#supported-versions) we generally do not provide non-security patch backports due to it requiring a significant amount of work on our behalf. Please try to avoid backporting patches by only shipping the latest version of InspIRCd wherever possible.

Make sure to pass the `--distribution-label` option with a label that uniquely identifies your specific package and package version (e.g. mewos3.14) to configure when building. This helps us identify distribution packaged versions when people ask for support. See our [official RPM package sources](https://github.com/inspircd/inspircd-packages/blob/v4/rpm/inspircd.spec.in) for an example of how to use this.
Make sure to pass the `--distribution-label` option with a label that uniquely identifies your specific package and package version (e.g. mewos3.14) to configure when building. This helps us identify distribution packaged versions when people ask for support. See our [official RPM package sources](https://github.com/inspircd/package-builder/blob/v4/rpm/inspircd.spec.in) for an example of how to use this.

Please don't ship preconfigured config files as they become outdated very quickly and result in us having to answer the same support questions over and over again. Our example files should be well documented enough for users to create their own config files.

Expand Down
4 changes: 2 additions & 2 deletions docs/release-procedure.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ Name | Description
0. Mark the new news post as featured and unmark the old one.
0. If the release is stable then update `misc.currentVersion` in the website config to VERSION.
0. Update the change log on the documentation site.
0. Run the [API documentation workflow](https://github.com/inspircd/inspircd-api/actions/workflows/build.yml).
0. Run the [API documentation workflow](https://github.com/inspircd/api-docs/actions/workflows/build.yml).
0. If the release fixes a security vulnerability then create an advisory on the documentation site.
0. Update `INSP_VERSION` in the [Docker container build script](https://github.com/inspircd/inspircd-docker/blob/master/.github/workflows/build-container.yml).
0. Update `INSP_VERSION` in the [Docker container build script](https://github.com/inspircd/docker/blob/master/.github/workflows/build-container.yml).
0. Update the topic in `#InspIRCd` and `#InspIRCd.dev` on ChatSpike.
0. Post a link to the news post on the [InspIRCd social media accounts](/social).
2 changes: 1 addition & 1 deletion docs/tutorials/enable-tls.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: How to enable TLS (SSL) on your IRC network
---

!!! note ""
This page is a work in progress. If you find any part of it to be unclear [please open an issue](https://github.com/inspircd/inspircd-docs/issues/new).
This page is a work in progress. If you find any part of it to be unclear [please open an issue](https://github.com/inspircd/docs/issues/new).

## How to enable TLS (SSL) on your IRC network

Expand Down
2 changes: 1 addition & 1 deletion docs/tutorials/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ title: Tutorials
---

!!! note ""
This page is a work in progress. If you would like to suggest a new tutorial [please open an issue](https://github.com/inspircd/inspircd-docs/issues/new).
This page is a work in progress. If you would like to suggest a new tutorial [please open an issue](https://github.com/inspircd/docs/issues/new).

## Tutorials

Expand Down
2 changes: 1 addition & 1 deletion mkdocs_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ validation:
nav:
omitted_files: ignore
copyright: All documentation is licensed under the <a href="/license">GNU GPLv2</a>.
repo_url: https://github.com/inspircd/inspircd-docs
repo_url: https://github.com/inspircd/docs
site_description: InspIRCd is a modular C++ Internet Relay Chat (IRC) server for UNIX-like and Windows systems.
site_name: InspIRCd Documentation
site_url: https://docs.inspircd.org/

0 comments on commit 3a329e4

Please sign in to comment.