Bug 76817

Summary: nonexisting link for an article in www on smp project page
Product: Documentation Reporter: Radko Keves <rado>
Component: Books & ArticlesAssignee: jcamou
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Radko Keves 2005-01-29 16:10:12 UTC
      there is a link on page: http://www.freebsd.org/smp/index.html
to article (http://people.freebsd.org/~jasone/smp/smp_article)
but url http://people.freebsd.org/~jasone/smp/smp_article doesn't really exist

Fix: 

change:
<p>Here's a copy of an <a   href="http://people.FreeBSD.org/~jasone/smp/smp_article">article</a>
        sent to <a href="http://www.bsdtoday.com/">BSDtoday</a> and
        linked at <a href="http://daily.daemonnews.org/">Daemon
        News</a>.</p>

to existing url
How-To-Repeat:       visit page http://www.freebsd.org/smp/index.html nad try to go to the article (at page http://people.freebsd.org/~jasone/smp/smp_article)
Comment 1 Daniel Gerzo 2005-02-22 19:29:08 UTC
Hi freebsd-gnats-submit,

  since i didn't found a working link, i had to remove the whole
  segment...

  here is a patch:

--- index.html.orig     Tue Feb 22 11:08:33 2005
+++ index.html  Tue Feb 22 11:09:05 2005
@@ -3260,17 +3260,6 @@
         synchronization.</p>
       </li>
     </ul>
-    <b>8 September 2000</b>
-
-    <ul>
-      <li>
-        <p>Here's a copy of an <a
-        href="http://people.FreeBSD.org/~jasone/smp/smp_article">article</a>
-        sent to <a href="http://www.bsdtoday.com/">BSDtoday</a> and
-        linked at <a href="http://daily.daemonnews.org/">Daemon
-        News</a>.</p>
-      </li>
-    </ul>
     <b>6 September 2000</b>

     <ul>

-- 
Best Regards,

+----------==/\/\==----------+       (__)      FreeBSD
|  DanGer <danger@rulez.sk>  |    \\\'',)      The
| DanGer@IRCnet ICQ261701668 |      \/  \ ^    Power
|   http://danger.rulez.sk   |      .\._/_)    To
+----------==\/\/==----------+                 Serve

[ Please return this tagline to an official Recycler. SAVE ]
Comment 2 Daniel Gerzo 2005-02-22 20:17:14 UTC
Hello freebsd-gnats-submit,

  sorry, my patch was incorrect, here is the correct one

--- index.sgml.orig     Tue Feb 22 12:05:47 2005
+++ index.sgml  Tue Feb 22 12:06:53 2005
@@ -2346,16 +2346,6 @@
       </li>
     </ul>

-    <b>8 September 2000</b>
-    <ul>
-      <li>
-       <p>Here's a copy of an <a
-         href=3D"http://people.FreeBSD.org/~jasone/smp/smp_article">articl=
e</a>
-         sent to <a href=3D"http://www.bsdtoday.com/">BSDtoday</a> and lin=
ked at
-         <a href=3D"http://daily.daemonnews.org/">Daemon News</a>.</p>
-      </li>
-    </ul>
-
     <b>6 September 2000</b>
     <ul>
       <li>

--=20
Best Regards,

+----------=3D=3D/\/\=3D=3D----------+       (__)      FreeBSD
|  DanGer <danger@rulez.sk>  |    \\\'',)      The
| DanGer@IRCnet ICQ261701668 |      \/  \ ^    Power
|   http://danger.rulez.sk   |      .\._/_)    To
+----------=3D=3D\/\/=3D=3D----------+                 Serve

[ Mr. Worf, Shields up.  Prepare to repel flame attack. ]
Comment 3 jcamou freebsd_committer freebsd_triage 2005-04-05 06:12:56 UTC
Responsible Changed
From-To: freebsd-www->jcamou

I'll work on this one as well.
Comment 4 jcamou freebsd_committer freebsd_triage 2005-04-05 21:51:43 UTC
State Changed
From-To: open->closed

Link removed, thanks.