Skip to content

Commit 23fe46c

Browse files
committed
move neomutt.org/code to code.neomutt.org
1 parent 04ae509 commit 23fe46c

File tree

6 files changed

+22
-22
lines changed

6 files changed

+22
-22
lines changed

_dev/actions/coveralls.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -26,19 +26,19 @@ This action performs coverage tests on the code and uploads the results to the
2626
generates [pretty graphs](https://coveralls.io/github/neomutt/neomutt).
2727

2828
The coverage tests don't cover the entire codebase, just 13 libraries:
29-
- [address](https://neomutt.org/code/lib_address.html) - Email Address Handling
30-
- [color](https://neomutt.org/code/lib_color.html) - Colour handling code
31-
- [compress](https://neomutt.org/code/lib_compress.html) - Data compression
32-
- [config](https://neomutt.org/code/lib_config.html) - User configurable variables
33-
- [core](https://neomutt.org/code/lib_core.html) - Backbone objects of NeoMutt
34-
- [editor](https://neomutt.org/code/lib_editor.html) - Select a Mailbox from a list
35-
- [email](https://neomutt.org/code/lib_email.html) - Structs that make up an email
36-
- [imap](https://neomutt.org/code/lib_imap.html) - IMAP network mailbox
37-
- [mutt](https://neomutt.org/code/lib_mutt.html) - Shared code for handling strings, files, dates, etc
38-
- [notmuch](https://neomutt.org/code/lib_notmuch.html) - Notmuch virtual mailbox type
39-
- [parse](https://neomutt.org/code/lib_parse.html) - Text parsing functions
40-
- [pattern](https://neomutt.org/code/lib_pattern.html) - Match patterns to emails
41-
- [store](https://neomutt.org/code/lib_store.html) - Key value store
29+
- [address](https://code.neomutt.org/lib_address.html) - Email Address Handling
30+
- [color](https://code.neomutt.org/lib_color.html) - Colour handling code
31+
- [compress](https://code.neomutt.org/lib_compress.html) - Data compression
32+
- [config](https://code.neomutt.org/lib_config.html) - User configurable variables
33+
- [core](https://code.neomutt.org/lib_core.html) - Backbone objects of NeoMutt
34+
- [editor](https://code.neomutt.org/lib_editor.html) - Select a Mailbox from a list
35+
- [email](https://code.neomutt.org/lib_email.html) - Structs that make up an email
36+
- [imap](https://code.neomutt.org/lib_imap.html) - IMAP network mailbox
37+
- [mutt](https://code.neomutt.org/lib_mutt.html) - Shared code for handling strings, files, dates, etc
38+
- [notmuch](https://code.neomutt.org/lib_notmuch.html) - Notmuch virtual mailbox type
39+
- [parse](https://code.neomutt.org/lib_parse.html) - Text parsing functions
40+
- [pattern](https://code.neomutt.org/lib_pattern.html) - Match patterns to emails
41+
- [store](https://code.neomutt.org/lib_store.html) - Key value store
4242

4343
Learn how the [coverage tests are performed](../analysis/coverage.md)
4444

_dev/actions/doxygen.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ author: flatcap
1919

2020
## Description
2121

22-
This action updates the [Code Docs](https://neomutt.org/code).
22+
This action updates the [Code Docs](https://code.neomutt.org).
2323

2424
NeoMutt's code is throughly commented using Doxygen comment blocks.<br>
2525
(Every function, struct, enum, global, and most members are documented)
@@ -60,5 +60,5 @@ Learn more about [Doxygen](../doxygen)
6060
| Source Code | [https://github.com/neomutt/neomutt](https://github.com/neomutt/neomutt) |
6161
| Scripts | [https://github.com/neomutt/action-doxygen](https://github.com/neomutt/action-doxygen) |
6262
| Docs Repo | [https://github.com/neomutt/code](https://github.com/neomutt/code) |
63-
| Results | [Code Docs](https://neomutt.org/code) |
63+
| Results | [Code Docs](https://code.neomutt.org) |
6464

_dev/config.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Each Type has:
3434
| resetter | Reset variable to factory settings |
3535
| destructor | Release the resources |
3636

37-
Each Config Type implements the [`struct ConfigSetType` interface](https://neomutt.org/code/structConfigSetType.html)
37+
Each Config Type implements the [`struct ConfigSetType` interface](https://code.neomutt.org/structConfigSetType.html)
3838

3939
```c
4040
int string_set (const struct ConfigSet *cs, void *var, struct ConfigDef *cdef, const char *value, struct Buffer *err);

_posts/2018-06-22-release.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Mostly tidying up this month, plus:
99

1010
- Stronger checks on PGP decryption
1111
- Tool 'pgpring' dropped -- It was only useful for 20-year-old versions of PGP
12-
- Add doxygen docs for more functions (total 1829: 82%) - https://neomutt.org/code/
12+
- Add doxygen docs for more functions (total 1829: 82%) - https://code.neomutt.org/
1313

1414
## Thanks
1515

_posts/2022-04-08-release.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ and our **regular contributors**:
119119
## :gear: Code
120120

121121
- Split Index/Pager GUIs/functions
122-
- Add lots of [function dispatchers](https://neomutt.org/code/group__dispatcher__api.html)
122+
- Add lots of [function dispatchers](https://code.neomutt.org/group__dispatcher__api.html)
123123
- Eliminate `menu_loop()`
124124
- Refactor function opcodes
125125
- Refactor cursor setting

_run/release/doxygen.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -74,15 +74,15 @@ For more info read: [Deployment using Travis](https://neomutt.org/dev/deploy)
7474

7575
The number of files in the code docs means that it takes GitHub quite a while to update the website (maybe 20-30 minutes).
7676

77-
Check the version number in the header bar of the [Code Docs](https://neomutt.org/code/)
77+
Check the version number in the header bar of the [Code Docs](https://code.neomutt.org/)
7878

7979
Check some of the pages to make sure things went well:
8080

81-
- [https://neomutt.org/code/index.html](https://neomutt.org/code/index.html)
81+
- [https://code.neomutt.org/index.html](https://code.neomutt.org/index.html)
8282

83-
- [https://neomutt.org/code/pages.html](https://neomutt.org/code/pages.html)
83+
- [https://code.neomutt.org/pages.html](https://code.neomutt.org/pages.html)
8484
All the pages should be in libraries
8585

86-
- [https://neomutt.org/code/config_vars.html](https://neomutt.org/code/config_vars.html)
86+
- [https://code.neomutt.org/config_vars.html](https://code.neomutt.org/config_vars.html)
8787
All the config variables should be documented
8888

0 commit comments

Comments
 (0)