Bug 34244

Summary: link to estonian documentation project is outdated
Product: Documentation Reporter: Sven Petai <hadara>
Component: Books & ArticlesAssignee: freebsd-doc (Nobody) <doc>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Sven Petai 2002-01-25 01:00:02 UTC
Links to Estonian documentation project @
http://www.freebsd.org/docproj/translations.html#estonian
are outdated.

Fix: 

new projects main page can be found @
http://www.bsd.ee/tolge.php
at the moment we are translating only handbook @
http://www.bsd.ee/handbook/
Comment 1 darklogik 2002-01-30 22:40:25 UTC
I checked both of the old sites, and its true that
niether of them are availible (404 Errors), the
supplied patch will fix this issue by updateing
the www/en/docproj/translations.sgml file to reflect the
new pages in question.

--Tom (Darklogik) Rhodes


*** translations.sgml.old	Wed Jan 30 16:53:49 2002
--- translations.sgml	Wed Jan 30 16:56:46 2002
***************
*** 64,75 ****
  <a name="estonian"></a>
  <h2>The FreeBSD Estonian Documentation Project</h2>
  
! <b>Web</b>: <a href="http://www.matti.ee/~vallo/">
! http://www.matti.ee/~vallo/</a><br>
  
  <dl>
  <dt><i>Documents available</i></dt>
!    <dd><a href="http://www.matti.ee/~vallo/ppphandbook/ppp1.html">FreeBSD handbook userppp section</a></dd>
  </dl>
  
  <a name="french"></a>
--- 64,75 ----
  <a name="estonian"></a>
  <h2>The FreeBSD Estonian Documentation Project</h2>
  
! <b>Web</b>: <a href="http://www.bsd.ee/tolge.php">
! http://www.bsd.ee/tolge.php</a><br>
  
  <dl>
  <dt><i>Documents available</i></dt>
!    <dd><a href="http://www.bsd.ee/handbook/">FreeBSD handbook</a></dd>
  </dl>
  
  <a name="french"></a>
Comment 2 Jim Mock freebsd_committer freebsd_triage 2002-01-30 23:57:26 UTC
State Changed
From-To: open->closed

Committed, thanks!