Skip to content

Commit 9b0d11c

Browse files
cbmarinijodavies
authored andcommitted
docs: get ready for the next release.
1 parent 7c7fdd0 commit 9b0d11c

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,4 +69,4 @@ Information about copying and licensing of this software can be found in the fil
6969

7070
Bugs and remarks
7171
----------------
72-
For reporting bugs, asking questions, giving remarks and suggestions, we welcome you to use the [Issue Tracker](https://github.com/vermaseren/form/issues).
72+
For reporting bugs, asking questions, giving remarks and suggestions, we welcome you to use the [Issue Tracker](https://github.com/form-dev/form/issues) or [Discussion Forum](https://github.com/form-dev/form/discussions).

configure.ac

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,11 @@ The reason may be
4343
Source distributions and some binaries can be found in:
4444
4545
http://www.nikhef.nl/~form/maindir/binaries/binaries.html
46-
https://github.com/vermaseren/form/releases
46+
https://github.com/form-dev/form/releases
4747
4848
The latest source code can be cloned by:
4949
50-
git clone https://github.com/vermaseren/form.git
50+
git clone https://github.com/form-dev/form.git
5151
END
5252
test -f .version && cat <<END >&2
5353
@@ -77,7 +77,7 @@ m4_define([subdir_objects], [m4_esyscmd_s([
7777
])])
7878

7979
AC_PREREQ([2.59])
80-
AC_INIT([FORM], [FORM_VERSION], [https://github.com/vermaseren/form/issues])
80+
AC_INIT([FORM], [FORM_VERSION], [https://github.com/form-dev/form/issues])
8181
AC_CONFIG_MACRO_DIR([m4])
8282
AC_CONFIG_SRCDIR([sources/form3.h])
8383
AC_CONFIG_HEADERS([config.h])

doc/form.1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH FORM 1 "2018-10-04"
1+
.TH FORM 1 "2026-01-27"
22
.SH NAME
33
FORM \- Symbolic manipulation system
44
.SH SYNOPSIS
@@ -136,5 +136,5 @@ The full path and name of a setup file.
136136
\fBhttps://www.nikhef.nl/~form/\fR
137137
The FORM home site.
138138
.TP
139-
\fBhttps://github.com/vermaseren/form/\fR
139+
\fBhttps://github.com/form-dev/form/\fR
140140
The repository on GitHub.

doc/manual/manual.tex.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
\begin{titlepage}
7676
\title{\Huge FORM \\ \Large version \formversiondesc \\ \huge Reference manual}
7777
\date{\formdate}
78-
\author{J.A.M.~Vermaseren, T.~Kaneko, J.~Kuipers, B.~Ruijl, M.~Tentyukov, T.~Ueda and J.~Vollinga}
78+
\author{J.A.M.~Vermaseren, J.~Davies, T.~Kaneko, J.~Kuipers, C.~Marinissen, B.~Ruijl, \\M.~Tentyukov, T.~Ueda and J.~Vollinga}
7979
\end{titlepage}
8080
\maketitle
8181
%\clearemptydoublepage

sources/startup.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2139,7 +2139,7 @@ void PrintDeprecation(const char *feature, const char *issue) {
21392139
MesPrint("DeprecationWarning: We are considering deprecating %s.", feature);
21402140
MesPrint("If you want this support to continue, leave a comment at:");
21412141
MesPrint("");
2142-
MesPrint(" https://github.com/vermaseren/form/%s", issue);
2142+
MesPrint(" https://github.com/form-dev/form/%s", issue);
21432143
MesPrint("");
21442144
MesPrint("Otherwise, it will be discontinued in the future.");
21452145
MesPrint("To suppress this warning, use the -ignore-deprecation command line option or");

0 commit comments

Comments
 (0)