Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Stale Links from Sourceforge to github #146

Open
james-prior opened this issue Nov 25, 2017 · 1 comment
Open

Update Stale Links from Sourceforge to github #146

james-prior opened this issue Nov 25, 2017 · 1 comment

Comments

@james-prior
Copy link
Contributor

Need to update multiple old links from sourceforge to github. For example,

https://libcheck.github.io/check/web/install.html has links to a
mailing list on sourceforge.
Is there a current mailing list,
or should we use issues
and pull requests?

More candidates for updating are revealed with:

grep -ri sourceforge .
@brarcher
Copy link
Contributor

Thanks for pointing this out. I found a few places which need to be updated, namely:

$ grep -ri sourceforge . | grep -v cunit | grep -v check-devel | grep -v NEWS | grep -v check-users | grep -v cppunit |  grep -v junit | grep -v ChangeLog | grep -v check.sourceforge.net/ns | grep -v aceunit | grep -v embunit | grep -v check_unittest.xslt | grep -v flex | grep -v daimonin | grep -v exip | grep -v expat | grep -v AUTHORS | grep -v cutest | grep -v mingw
./configure:$0: lists dot sourceforge dot net about your system,
./checkmk/doc/checkmk.sgml:    url="http://check.sourceforge.net/">http://check.sourceforge.net/</ulink>.</para>
./checkmk/doc/checkmk.1:available at http://check.sourceforge.net/ <URL:http://check.sourceforge.net/>\&.
./web/install.html:<li><a href="http://sourceforge.net/projects/check/files/latest/download">Download</a></li>
./web/install.html:<a href="http://sourceforge.net/projects/check/files/latest/download">latest Check source</a>
./web/install.html:<a href="http://sourceforge.net/projects/check/files/latest/download">latest Check source</a>
./web/install.html:<a href="http://sourceforge.net/projects/check/files/latest/download">latest Check source</a>
./web/install.html:After the <a href="http://sourceforge.net/projects/check/files/latest/download">latest Check source</a>
./web/install.html:<a href="http://sourceforge.net/projects/check/files/latest/download">latest Check source</a>
./web/install.html:<a href="http://sourceforge.net/projects/check/files/latest/download">latest Check source</a>
./web/install.html:<a href="http://sourceforge.net/projects/check/files/latest/download">latest Check source</a>
./web/install.html:<a href="http://sourceforge.net/projects/check/files/latest/download">latest Check source</a>
./web/install.html:<a href="http://sourceforge.net/projects/check/files/latest/download">latest Check source</a>
./web/install.html:<a href="http://sourceforge.net">Sourceforge</a>
./web/users-of-check.html:<li><a href="http://sourceforge.net/projects/check/files/latest/download">Download</a></li>
./web/users-of-check.html:<a href="http://sourceforge.net">Sourceforge</a>
./TODO:post it in the patch tracker on http://sourceforge.net/projects/check
./TODO:point. Please check the Sourceforge trackers before submitting.
./m4/ax_c_check_flag.m4:#   Copyright (c) 2007 Francesco Salvestrini <[email protected]>
./m4/ax_c_check_flag.html:   Francesco Salvestrini &lt;[email protected]&gt;
./m4/ax_c_check_flag.html:   Salvestrini &lt;[email protected]&gt;</span>
./doc/check.info:lists.sourceforge.net>.  We'd prefer it if you can send a unified diff
./doc/check.info:`http://check.sourceforge.net'.
./doc/check.info:`http://sourceforge.net/projects/check/'.
./doc/check.info:lists.sourceforge.net>.
./doc/check.texi:@uref{http://check.sourceforge.net}.
./doc/check.texi:@uref{http://sourceforge.net/projects/check/}.

As for the Sourceforge mailing lists, those are still active and if a user has a question about Check I'll respond to them there. Pull requests and issues on GitHub are also fine.

I'll update the links mentioned above to point to GitHub.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants