summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authornicolas <nicolas@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-02-10 18:33:57 +0000
committernicolas <nicolas@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-02-10 18:33:57 +0000
commitf8f52043102a2b30576b2f582c52b1c0b2ee140b (patch)
tree251db5e39851803c8e77491ef25f7efcebc4100b /DOCS
parent2e315372467e84d7ed0b1263e5abce22c5b2db02 (diff)
downloadmpv-f8f52043102a2b30576b2f582c52b1c0b2ee140b.tar.bz2
mpv-f8f52043102a2b30576b2f582c52b1c0b2ee140b.tar.xz
update of links regarding tech/ dir
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9388 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/en/bugreports.html2
-rw-r--r--DOCS/en/cd-dvd.html2
-rw-r--r--DOCS/en/documentation.html8
-rw-r--r--DOCS/en/encoding.html2
-rw-r--r--DOCS/en/faq.html6
-rw-r--r--DOCS/en/video.html2
6 files changed, 11 insertions, 11 deletions
diff --git a/DOCS/en/bugreports.html b/DOCS/en/bugreports.html
index b75ef9bd50..a46160c6d6 100644
--- a/DOCS/en/bugreports.html
+++ b/DOCS/en/bugreports.html
@@ -25,7 +25,7 @@
<P>If you feel have the necessary skills you are invited to have a go at fixing
the bug yourself. Or maybe you already did that? Please read
- <A HREF="tech/patches.txt">this short document</A> to find out how to get
+ <A HREF="../tech/patches.txt">this short document</A> to find out how to get
your code included in MPlayer. The people on the
<A HREF="http://mplayerhq.hu/mailman/listinfo/mplayer-dev-eng">mplayer-dev-eng</A>
mailing list will assist you if you have questions.</P>
diff --git a/DOCS/en/cd-dvd.html b/DOCS/en/cd-dvd.html
index dc7e847362..5bd85b6ff4 100644
--- a/DOCS/en/cd-dvd.html
+++ b/DOCS/en/cd-dvd.html
@@ -219,7 +219,7 @@
<P><B>Note:</B> At least Plextor and some Toshiba SCSI CD-ROM drives have
horrible performance reading VCDs. This is because the the CDROMREADRAW ioctl
is not fully implemented for these drives. If you have some knowledge of SCSI
- programming, please <A HREF="tech/patches.txt">help us</A> implement generic
+ programming, please <A HREF="../tech/patches.txt">help us</A> implement generic
SCSI support for VCDs.</P>
<P>In the meantime you can extract data from VCDs with
diff --git a/DOCS/en/documentation.html b/DOCS/en/documentation.html
index 0e023df5b1..f33f64b608 100644
--- a/DOCS/en/documentation.html
+++ b/DOCS/en/documentation.html
@@ -335,7 +335,7 @@
<LI><A HREF="users_against_developers.html#barr">E.4 Joe Barr</A></LI>
</UL>
</LI>
- <LI><A HREF="tech/patches.txt">Appendix F - How to send patches</A></LI>
+ <LI><A HREF="../tech/patches.txt">Appendix F - How to send patches</A></LI>
</UL>
<HR>
@@ -948,7 +948,7 @@
designed by Gabucino. Basically its main feature is being
<I>dynamically</I> time-based (although it has frame-based mode too). Example
(from
- <A HREF="tech/mpsub.sub">DOCS/tech/mpsub.sub</A>):</P>
+ <A HREF="../tech/mpsub.sub">DOCS/tech/mpsub.sub</A>):</P>
<P><CODE><I># first number : wait this much after previous subtitle disappeared<BR>
# second number : display the current subtitle for this many seconds<BR>
@@ -1815,7 +1815,7 @@ end
<P>The Cygwin port is still in its infancy. Currently there is no support for
Win32 DLLs or OpenGL. SDL is known to distort sound and image or crash
- on some systems. <A HREF="tech/patches.txt">Patches</A> are always welcome.
+ on some systems. <A HREF="../tech/patches.txt">Patches</A> are always welcome.
Best results are achieved with the native DirectX video output driver
(<CODE>-vo directx</CODE>) and the native Windows waveout audio driver
(<CODE>-ao win32</CODE>). You should also check out the
@@ -2054,7 +2054,7 @@ No picture at all (just plain grey/green window):
-<H1><A NAME="patches">Appendix F</A> - <A HREF="tech/patches.txt">How to send patches</A></H1>
+<H1><A NAME="patches">Appendix F</A> - <A HREF="../tech/patches.txt">How to send patches</A></H1>
</BODY>
diff --git a/DOCS/en/encoding.html b/DOCS/en/encoding.html
index 90bd251121..8359f187ae 100644
--- a/DOCS/en/encoding.html
+++ b/DOCS/en/encoding.html
@@ -15,7 +15,7 @@
<P>For the complete list of available MEncoder options and examples, please see
the man page. For a series of hands-on examples and detailed guides on using
several encoding parameters, read the
- <A HREF="tech/encoding-tips.txt">encoding-tips</A> that were collected from
+ <A HREF="../tech/encoding-tips.txt">encoding-tips</A> that were collected from
several mailing list threads on
<A HREF="http://mplayerhq.hu/mailman/listinfo/mplayer-users">mplayer-users</A>.
Search the <A HREF="http://mplayerhq.hu/pipermail/mplayer-users/">archives</A>
diff --git a/DOCS/en/faq.html b/DOCS/en/faq.html
index 4ebf33b727..c21c41ad5c 100644
--- a/DOCS/en/faq.html
+++ b/DOCS/en/faq.html
@@ -222,7 +222,7 @@
<DL>
<DT>Q: How do I create a proper patch for MPlayer?</DT>
- <DD>A: We made a <A HREF="tech/patches.txt">short document</A> describing
+ <DD>A: We made a <A HREF="../tech/patches.txt">short document</A> describing
all the necessary details. Please follow the instructions.</DD>
<DD>&nbsp;</DD>
@@ -234,7 +234,7 @@
<DT>Q: How can I become an MPlayer developer?</DT>
<DD>A: We always welcome coders and documenters. Read the
- <A HREF="tech/">technical documentation</A> to get a first grasp. Then you
+ <A HREF="../tech/">technical documentation</A> to get a first grasp. Then you
should subscribe to the
<A HREF="http://mplayerhq.hu/mailman/listinfo/mplayer-dev-eng">mplayer-dev-eng</A>
mailing list and start coding.</DD>
@@ -654,7 +654,7 @@
does work, though. If you want to have fancy menus, you will have to use
another player like <A HREF="http://xine.sourceforge.net">xine</A> or
<A HREF="http://www.dtek.chalmers.se/groups/dvd/">Ogle</A>. If you care
- about DVD navigation, send a <A HREF="tech/patches.txt">patch</A>.</DD>
+ about DVD navigation, send a <A HREF="../tech/patches.txt">patch</A>.</DD>
<DD>&nbsp;</DD>
<DT>Q: While playing a DVD, I encountered this error:<BR>
diff --git a/DOCS/en/video.html b/DOCS/en/video.html
index b8335e1afe..5ba42f878c 100644
--- a/DOCS/en/video.html
+++ b/DOCS/en/video.html
@@ -988,7 +988,7 @@ Indeed it doesn't matter which video output driver is used with <B>VIDIX</B>.
Matrox G400 card, displaying video <B>independently</B> of the first head.</P>
<P>Instructions on how to make it work can be found in the
- <A HREF="tech/directfb.txt">tech section</A>
+ <A HREF="../tech/directfb.txt">tech section</A>
or directly on Ville Syrjala's
<A HREF="http://www.sci.fi/~syrjala/directfb/readme.txt">home page</A>.</P>