[pitivi] docs: Fix links



commit d40118497c637e1c0eabb6ea33dbf59022283cfa
Author: Alexandru Băluț <alexandru balut gmail com>
Date:   Wed Sep 12 00:04:54 2018 +0200

    docs: Fix links

 docs/design/2007_design/2007_Simple_UI_Mockups.md  |  4 +--
 .../2008_design/2008_Architectural_Redesign.md     | 32 +++++++++++-----------
 .../2008_Architectural_Redesign/Browsers.md        |  5 ++--
 .../2008_Architectural_Redesign/Formatter.md       |  8 +++---
 .../High-level_Design.md                           | 14 +++++-----
 .../2008_Architectural_Redesign/Project.md         |  2 +-
 ...008_Jog_and_Shuttle_controls_code_experiment.md |  2 +-
 .../2008_Jog_and_Shuttle_controls_design.md        |  2 +-
 docs/design/Rendering_Profiles.md                  |  2 +-
 docs/design/Rendering_Profiles_Implementation.md   |  2 +-
 docs/releases/0.91.md                              |  6 ++--
 docs/releases/0.92.md                              |  2 +-
 docs/releases/0.93.md                              |  2 +-
 docs/releases/0.94.md                              |  2 +-
 docs/releases/0.95.md                              |  3 +-
 docs/releases/0.99.md                              |  2 +-
 docs/releases/0.999.md                             |  2 +-
 docs/sitemap.txt                                   |  4 +++
 18 files changed, 49 insertions(+), 47 deletions(-)
---
diff --git a/docs/design/2007_design/2007_Simple_UI_Mockups.md 
b/docs/design/2007_design/2007_Simple_UI_Mockups.md
index 65b73d2d..b6a6b496 100644
--- a/docs/design/2007_design/2007_Simple_UI_Mockups.md
+++ b/docs/design/2007_design/2007_Simple_UI_Mockups.md
@@ -1,8 +1,8 @@
 # 2007 Simple UI Mockups
 
 Here are a collection of UI Mockups for various actions possible with
-the Simple UI. Also, you might be interested to see
-[Advanced\_UI\_Mockups](Advanced_UI_Mockups.md).
+the Simple UI. Also, you might be interested to see the
+[Advanced UI Mockups](design/2007_design/2007_Advanced_UI_Mockups.md).
 
 ## Add Media
 
diff --git a/docs/design/2008_design/2008_Architectural_Redesign.md 
b/docs/design/2008_design/2008_Architectural_Redesign.md
index 412751b3..b1372648 100644
--- a/docs/design/2008_design/2008_Architectural_Redesign.md
+++ b/docs/design/2008_design/2008_Architectural_Redesign.md
@@ -8,41 +8,41 @@ children) are obsolete and kept mostly for historical purposes.
 The following documents are supposed to be read in order:
 
 1.  [High Level
-    design](2008_Architectural_Redesign/High-level_Design.md)
+    design](design/2008_design/2008_Architectural_Redesign/High-level_Design.md)
     This is an overview of the new design of PiTiVi. Read this first.
-2.  [Project](2008_Architectural_Redesign/Project.md)
+2.  [Project](design/2008_design/2008_Architectural_Redesign/Project.md)
     Specifications of the **Project** object
-3.  [ObjectFactory](2008_Architectural_Redesign/ObjectFactory.md)
+3.  [ObjectFactory](design/2008_design/2008_Architectural_Redesign/ObjectFactory.md)
     Specifications of **ObjectFactory** and it's known
     subclasses/interfaces.
-4.  [Streams](2008_Architectural_Redesign/Streams.md)
+4.  [Streams](design/2008_design/2008_Architectural_Redesign/Streams.md)
     Specifications of **Stream**s.
-5.  [Pipeline](2008_Architectural_Redesign/Pipeline.md)
+5.  [Pipeline](design/2008_design/2008_Architectural_Redesign/Pipeline.md)
     Specifications of **Pipeline**, and the interaction between
     **Pipeline** and **Action/Consumer/Producer**.
-6.  [Timeline](2008_Architectural_Redesign/Timeline.md)
+6.  [Timeline](design/2008_design/2008_Architectural_Redesign/Timeline.md)
     Specifications of the **Timeline** and the **TimelineObject**s
-7.  [Tracks](2008_Architectural_Redesign/Tracks.md)
+7.  [Tracks](design/2008_design/2008_Architectural_Redesign/Tracks.md)
     Specifications of the timeline's **Track**s and the **TrackObject**s
-8.  [Formatter](2008_Architectural_Redesign/Formatter.md)
+8.  [Formatter](design/2008_design/2008_Architectural_Redesign/Formatter.md)
     Specifications of the **Formatter**(s) and the interaction with
     other parts of Core.
-9.  [Browsers](2008_Architectural_Redesign/Browsers.md)
+9.  [Browsers](design/2008_design/2008_Architectural_Redesign/Browsers.md)
     Specifications of the various **Browsers**s and their interaction
     with other parts of Core.
 
 ## Other pages
 
 -   [Design
-    Thoughts](2008_Architectural_Redesign/Design_Thoughts.md)
--   [2008 UI Design](2008_UI_Design.md)
+    Thoughts](design/2008_design/2008_Architectural_Redesign/Design_Thoughts.md)
+-   [2008 UI Design](design/2008_design/2008_UI_Design.md)
 
 Yet more historical pages that predated this redesign initiative:
 
 -   [UI Implementation](design/UI_Implementation.md)
--   [Multi-Layer Editing](Multi-Layer_Editing.md)
--   [Plugins](Plugins.md)
+-   [Multi-Layer Editing](design/Multi-Layer_Editing.md)
+-   [Plugins](design/Plugins.md)
 -   [2008 Plugin Interface
-    development](2008_Plugin_Interface_development.md)
--   [Project loading and saving](Project_loading_and_saving.md)
--   [Project file format](Project_file_format.md)
+    development](design/2008_design/2008_Plugin_Interface_development.md)
+-   [Project loading and saving](attic/Project_loading_and_saving.md)
+-   [Project file format](attic/Project_file_format.md)
diff --git a/docs/design/2008_design/2008_Architectural_Redesign/Browsers.md 
b/docs/design/2008_design/2008_Architectural_Redesign/Browsers.md
index 97714901..f4dc3f1b 100644
--- a/docs/design/2008_design/2008_Architectural_Redesign/Browsers.md
+++ b/docs/design/2008_design/2008_Architectural_Redesign/Browsers.md
@@ -8,7 +8,8 @@
 
 All `Browser`s produce/consume ObjectFactory in output/input . They are
 the main providers/consumers (along with
-[Formatter](New_Design_2008/Formatter.md)) for ObjectFactory
+[Formatter](design/2008_design/2008_Architectural_Redesign/Formatter.md
+)) for ObjectFactory
 anywhere else in the Application.
 
 New types of `Browsers` can be created through the plugin interface to:
@@ -29,7 +30,7 @@ services.
 They only return content of type `SourceFactory`
 
 -   Local content
-    -   <file://> (standard system)
+    -   `file://` (standard system)
     -   F-Spot catalog browsing
     -   Tracker
     -   ...
diff --git a/docs/design/2008_design/2008_Architectural_Redesign/Formatter.md 
b/docs/design/2008_design/2008_Architectural_Redesign/Formatter.md
index 4585fa29..6ea3134b 100644
--- a/docs/design/2008_design/2008_Architectural_Redesign/Formatter.md
+++ b/docs/design/2008_design/2008_Architectural_Redesign/Formatter.md
@@ -2,9 +2,9 @@
 
 A **Formatter** is responsible for :
 
--   Storing a [Project](New_Design_2008/Project.md) and all of
+-   Storing a [Project](design/2008_design/2008_Architectural_Redesign/Project.md) and all of
     its contents for later usage, **and/or**
--   Creating a [Project](New_Design_2008/Project.md) and all of
+-   Creating a [Project](design/2008_design/2008_Architectural_Redesign/Project.md) and all of
     its contents.
 
 A default `Formatter` will always be available for storing/creating
@@ -31,8 +31,8 @@ OperationFactory).
 # Capabilities
 
 -   `loadProject(`*`location`*`)` : returns a new
-    [Project](New_Design_2008/Project.md) fully loaded.
+    [Project](design/2008_design/2008_Architectural_Redesign/Project.md) fully loaded.
 -   `storeProject(`*`project`*`, `*`location`*`)` : stores the given
-    [Project](New_Design_2008/Project.md) at the given location.
+    [Project](design/2008_design/2008_Architectural_Redesign/Project.md) at the given location.
 -   `canHandle(`*`location`*`)` : Test whether the `Formatter` can
     handle the given location.
diff --git a/docs/design/2008_design/2008_Architectural_Redesign/High-level_Design.md 
b/docs/design/2008_design/2008_Architectural_Redesign/High-level_Design.md
index 1b02b3b2..a8f61933 100644
--- a/docs/design/2008_design/2008_Architectural_Redesign/High-level_Design.md
+++ b/docs/design/2008_design/2008_Architectural_Redesign/High-level_Design.md
@@ -24,7 +24,7 @@ are:
     well as general application settings.
 -   The **Projects**, centralizing information on editing projects,
     including timeline, sources used, settings, ...
--   The [**Pipelines**](New_Design_2008/Pipeline.md), allowing
+-   The [**Pipelines**](design/2008_design/2008_Architectural_Redesign/Pipeline.md), allowing
     combining some Actions (View, Record, Stream,...) with Producers
     (Timeline, File, Camera, VCR, ...) and Consumers (Loudspeakers,
     Screen, File, Network stream,...)
@@ -45,8 +45,8 @@ It contains:
 
 -   The **Settings** of the application, user-interface and plugins
 -   One or more **Project**(s), corresponding to the various
-    [Timelines](New_Design_2008/Timeline.md) currently opened.
--   One or more [**Pipeline**(s)](New_Design_2008/Pipeline.md),
+    [Timelines](design/2008_design/2008_Architectural_Redesign/Timeline.md) currently opened.
+-   One or more [**Pipeline**(s)](design/2008_design/2008_Architectural_Redesign/Pipeline.md),
     corresponding to the various processing pipelines currently used.
 
 If a User Interface is used, the Application object is its core
@@ -58,7 +58,7 @@ contents](Top-level-project-pipeline.png "Project/Pipeline relationship and cont
 ### Project
 
 Represents an editing project, corresponding to ONE
-[Timeline](New_Design_2008/Timeline.md).
+[Timeline](design/2008_design/2008_Architectural_Redesign/Timeline.md).
 
 It contains:
 
@@ -69,7 +69,7 @@ It contains:
     in this project. All sources used in the Timeline are present in
     that list, but it can also contains sources not (yet) used in the
     Timeline.
--   The [**Timeline**](New_Design_2008/Timeline.md). All the
+-   The [**Timeline**](design/2008_design/2008_Architectural_Redesign/Timeline.md). All the
     timeline editing is done through this object.
 
 ### Pipeline
@@ -107,7 +107,7 @@ This includes, but is not limited to:
 -   Media Asset Management Browser
 -   Online Service Browser (ex: youtube, flickr, archive.org, ...)
 
-See [New\_Design\_2008/Browser](New_Design_2008/Browser.md) for
+See [Browsers](design/2008_design/2008_Architectural_Redesign/Browsers.md) for
 more details.
 
 ### Formatter
@@ -120,7 +120,7 @@ file formats.
 Formatters can also provide subclasses of existing core objects in order
 to store/provide format-specific information.
 
-See [New\_Design\_2008/Formatter](New_Design_2008/Formatter.md)
+See [Formatter](design/2008_design/2008_Architectural_Redesign/Formatter.md)
 for more details.
 
 ## Utilities
diff --git a/docs/design/2008_design/2008_Architectural_Redesign/Project.md 
b/docs/design/2008_design/2008_Architectural_Redesign/Project.md
index ebfc504d..e1481b46 100644
--- a/docs/design/2008_design/2008_Architectural_Redesign/Project.md
+++ b/docs/design/2008_design/2008_Architectural_Redesign/Project.md
@@ -12,7 +12,7 @@ A **Project** is the object containing everything specific to an
     of the Project.
 -   The **Content Bin**, containing all the `SourceFactory` used in the
     `Timeline`.
--   The [**Timeline**](design/2008_design/2008_Architectural_Redesig/Timeline.md), describing
+-   The [**Timeline**](design/2008_design/2008_Architectural_Redesign/Timeline.md), describing
     how the various objects (sources, operations) are laid out (through
     time and priority).
 
diff --git a/docs/design/2008_design/2008_Jog_and_Shuttle_controls_code_experiment.md 
b/docs/design/2008_design/2008_Jog_and_Shuttle_controls_code_experiment.md
index 4aaa0deb..2ddd9961 100644
--- a/docs/design/2008_design/2008_Jog_and_Shuttle_controls_code_experiment.md
+++ b/docs/design/2008_design/2008_Jog_and_Shuttle_controls_code_experiment.md
@@ -44,7 +44,7 @@ explore the demos at the full potential. You can start the demos by:
     ./gst-seeker-wx uri
     ./gst-seeker-gtk uri
 
-uri is for example '<file:///home/user/some> movie.ogg'
+uri is for example `file:///home/user/some movie.ogg`
 
 == Model = Player (gstreamer) ==
 
diff --git a/docs/design/2008_design/2008_Jog_and_Shuttle_controls_design.md 
b/docs/design/2008_design/2008_Jog_and_Shuttle_controls_design.md
index b38fd885..eaab2591 100644
--- a/docs/design/2008_design/2008_Jog_and_Shuttle_controls_design.md
+++ b/docs/design/2008_design/2008_Jog_and_Shuttle_controls_design.md
@@ -3,7 +3,7 @@
 This is just a proposal for bringing frame seeking to the user interface
 in advanced mode. If you want to follow the development progress read
 [2008 Jog and Shuttle controls code
-experiment](2008_Jog_and_Shuttle_controls_code_experiment.md)
+experiment](design/2008_design/2008_Jog_and_Shuttle_controls_code_experiment.md)
 
 ## Screen Mockups
 
diff --git a/docs/design/Rendering_Profiles.md b/docs/design/Rendering_Profiles.md
index 532367ae..787c8212 100644
--- a/docs/design/Rendering_Profiles.md
+++ b/docs/design/Rendering_Profiles.md
@@ -8,7 +8,7 @@ probably knows what he is doing/what he wants and will use the
 “Custom...” approach, or perhaps make his own preset for later reuse.
 
 See also: [Rendering Profiles
-Implementation](Rendering_Profiles_Implementation.md)
+Implementation](design/Rendering_Profiles_Implementation.md)
 
 -   Tapes and disks / (“publishing”?)
     -   DVD
diff --git a/docs/design/Rendering_Profiles_Implementation.md 
b/docs/design/Rendering_Profiles_Implementation.md
index 4e9f093f..86951d3b 100644
--- a/docs/design/Rendering_Profiles_Implementation.md
+++ b/docs/design/Rendering_Profiles_Implementation.md
@@ -26,7 +26,7 @@ As such, this page is mostly obsolete.
 # Project profiles (emdash's branch)
 
 The goal is to allow [Rendering
-Profiles](Rendering_Profiles.md), and allow the user to save
+Profiles](design/Rendering_Profiles.md), and allow the user to save
 custom profiles.
 
 Waiting for emdash to finish the job :)
diff --git a/docs/releases/0.91.md b/docs/releases/0.91.md
index 52809265..0739fa48 100644
--- a/docs/releases/0.91.md
+++ b/docs/releases/0.91.md
@@ -4,7 +4,7 @@ This is the first alpha release for the new version of Pitivi based on
 [GES](GES.md), the GStreamer Editing Services library.
 
 It is a major rework of the entire Pitivi
-[architecture](Architecture.md. It includes:
+[architecture](Architecture.md). It includes:
 
 -   Replacing the core of Pitivi by GES; 20 thousand lines of code
     removed
@@ -461,9 +461,7 @@ d95adeb Prevent the render dialog from having a blank output filename
 What, you want more?! Well, you can use this command in our code
 repository:
 
-```
 git log RELEASE-0_15_0..RELEASE-0_91_0
-```
 
 # Contributors for this release
 
@@ -574,7 +572,7 @@ A tarball is available on
 <http://ftp.gnome.org/pub/GNOME/sources/pitivi/0.91/>
 
 See [the Pitivi website](http://www.pitivi.org) and [building with
-GES](building_with_ges.md for download and installation
+GES](attic/building_with_ges.md) for download and installation
 instructions.
 
 Feedback is welcome. See [bug reporting](Bug_reporting.md) for
diff --git a/docs/releases/0.92.md b/docs/releases/0.92.md
index 61a7daad..0f2abc74 100644
--- a/docs/releases/0.92.md
+++ b/docs/releases/0.92.md
@@ -125,7 +125,7 @@ A tarball is available on
 <http://ftp.gnome.org/pub/GNOME/sources/pitivi/0.92/>
 
 See [the Pitivi website](http://www.pitivi.org) and [building with
-GES](building_with_ges.md for download and installation
+GES](attic/building_with_ges.md) for download and installation
 instructions.
 
 Feedback is welcome. See [bug reporting](Bug_reporting.md) for
diff --git a/docs/releases/0.93.md b/docs/releases/0.93.md
index a13325ef..15da54b1 100644
--- a/docs/releases/0.93.md
+++ b/docs/releases/0.93.md
@@ -209,7 +209,7 @@ A tarball is available on
 <http://ftp.gnome.org/pub/GNOME/sources/pitivi/0.93/>
 
 See [the Pitivi website](http://www.pitivi.org) and [building with
-GES](building_with_ges.md for download and installation
+GES](attic/building_with_ges.md) for download and installation
 instructions.
 
 Feedback is welcome. See [bug reporting](Bug_reporting.md) for
diff --git a/docs/releases/0.94.md b/docs/releases/0.94.md
index 507b548f..301c3383 100644
--- a/docs/releases/0.94.md
+++ b/docs/releases/0.94.md
@@ -205,7 +205,7 @@ A bundle usable on any linux distribution is avalaible at:
  * 32 bits platforms: 
[http://pitivi.ecchi.ca/bundles/releases/pitivi-0.94-beta-x86.tar](http://pitivi.ecchi.ca/bundles/releases/pitivi-0.94-beta-x86.tar)
 
 See [the Pitivi website](http://www.pitivi.org) and [building with
-GES](building_with_ges.md for download and installation
+GES](attic/building_with_ges.md) for download and installation
 instructions.
 
 Feedback is welcome. See [bug reporting](Bug_reporting.md) for
diff --git a/docs/releases/0.95.md b/docs/releases/0.95.md
index a9e55ecd..9b7d1ef5 100644
--- a/docs/releases/0.95.md
+++ b/docs/releases/0.95.md
@@ -88,8 +88,7 @@ the dependencies' versions specific to a given release. See also
     investigation.
 -   The title editor UI is still quite primitive. Please join us to make
     it work up to your expectations! See the existing
-    \[<https://phabricator.freedesktop.org/maniphest/?statuses=open>()&projects=PHID-PROJ-ext-TITLEEDITOR\#R
-    title editor bugs\].
+    [title editor 
bugs](https://phabricator.freedesktop.org/maniphest/?statuses=open&projects=PHID-PROJ-ext-TITLEEDITOR).
 -   Translations are not all fully up to date.
 -   The automatic clip aligner feature does not work. We need someone to
     [port it to use our new audio waveforms processing
diff --git a/docs/releases/0.99.md b/docs/releases/0.99.md
index bfd9548a..6ed7d9f4 100644
--- a/docs/releases/0.99.md
+++ b/docs/releases/0.99.md
@@ -1,7 +1,7 @@
 # 0.99 Release “Ocean Big Chair”
 
 As of September 21st, 2017, the Pitivi team is proud to announce the
-first [Pitivi 1.0][1.0.md] release candidate.
+first [Pitivi 1.0](releases/1.0.md) release candidate.
 
 This release includes many bug fixes.
 
diff --git a/docs/releases/0.999.md b/docs/releases/0.999.md
index 2272f9ae..bfd60add 100644
--- a/docs/releases/0.999.md
+++ b/docs/releases/0.999.md
@@ -1,7 +1,7 @@
 # 0.999 Release “Test me please”
 
 As of August 29th, 2018, the Pitivi team is proud to announce the
-second [Pitivi 1.0][1.0.md] release candidate.
+second [Pitivi 1.0](releases/1.0.md) release candidate.
 
 Rendering non-square pixels was broken and has been disabled.
 
diff --git a/docs/sitemap.txt b/docs/sitemap.txt
index f0ec6ab3..266b741a 100644
--- a/docs/sitemap.txt
+++ b/docs/sitemap.txt
@@ -82,6 +82,10 @@ index.md
                design/UI_Design_Variants.md
                design/UI_Implementation.md
                design/UI_components.md
+               design/Multi-Layer_Editing.md
        attic.md
                attic/GNonLin.md
                attic/Building_with_Windows.md
+               attic/Project_loading_and_saving.md
+               attic/Project_file_format.md
+               attic/building_with_ges.md


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]