This is an automated email from the ASF dual-hosted git repository. tvb pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/buildstream.git
commit c02e5c19e068b13a18ee72793f0d3747d880ce8d Author: Tristan van Berkom <[email protected]> AuthorDate: Tue Jan 5 18:15:18 2021 +0900 docs examples: s/gitlab/github --- doc/source/developing/strict-mode.rst | 2 +- doc/source/developing/workspaces.rst | 2 +- doc/source/examples/flatpak-autotools.rst | 4 ++-- doc/source/handling-files/composition.rst | 2 +- doc/source/handling-files/filtering.rst | 2 +- doc/source/handling-files/overlaps.rst | 2 +- doc/source/junctions/junction-elements.rst | 4 ++-- doc/source/junctions/junction-includes.rst | 2 +- doc/source/junctions/junction-workspaces.rst | 2 +- doc/source/tutorial/autotools.rst | 2 +- doc/source/tutorial/directives.rst | 2 +- doc/source/tutorial/first-project.rst | 2 +- doc/source/tutorial/integration-commands.rst | 4 ++-- doc/source/tutorial/running-commands.rst | 2 +- 14 files changed, 17 insertions(+), 17 deletions(-) diff --git a/doc/source/developing/strict-mode.rst b/doc/source/developing/strict-mode.rst index a3ee231..e516a66 100644 --- a/doc/source/developing/strict-mode.rst +++ b/doc/source/developing/strict-mode.rst @@ -12,7 +12,7 @@ can help to improve your edit/compile/test cycles. This example is distributed with BuildStream in the `doc/examples/strict-mode - <https://gitlab.com/BuildStream/buildstream/tree/master/doc/examples/strict-mode>`_ + <https://github.com/apache/buildstream/tree/master/doc/examples/strict-mode>`_ subdirectory. diff --git a/doc/source/developing/workspaces.rst b/doc/source/developing/workspaces.rst index 2413c56..b9691d0 100644 --- a/doc/source/developing/workspaces.rst +++ b/doc/source/developing/workspaces.rst @@ -11,7 +11,7 @@ devloping a BuildStream project. This example is distributed with BuildStream in the `doc/examples/developing - <https://gitlab.com/BuildStream/buildstream/tree/master/doc/examples/developing>`_ + <https://github.com/apache/buildstream/tree/master/doc/examples/developing>`_ subdirectory. We will start with the project used in the :ref:`running commands <tutorial_running_commands>` diff --git a/doc/source/examples/flatpak-autotools.rst b/doc/source/examples/flatpak-autotools.rst index bfafb2b..c8d9de1 100644 --- a/doc/source/examples/flatpak-autotools.rst +++ b/doc/source/examples/flatpak-autotools.rst @@ -10,7 +10,7 @@ a Flatpak SDK for the base runtime. This example is distributed with BuildStream in the `doc/examples/flatpak-autotools - <https://gitlab.com/BuildStream/buildstream/tree/master/doc/examples/flatpak-autotools>`_ + <https://github.com/apache/buildstream/tree/master/doc/examples/flatpak-autotools>`_ subdirectory. @@ -123,7 +123,7 @@ just a few things you can try to do with the project. The following examples assume that you have first changed your working directory to the - `project root <https://gitlab.com/BuildStream/buildstream/tree/master/doc/examples/flatpak-autotools>`_. + `project root <https://github.com/apache/buildstream/tree/master/doc/examples/flatpak-autotools>`_. Build the hello.bst element diff --git a/doc/source/handling-files/composition.rst b/doc/source/handling-files/composition.rst index 729ed88..2adfda3 100644 --- a/doc/source/handling-files/composition.rst +++ b/doc/source/handling-files/composition.rst @@ -11,7 +11,7 @@ input filesystem trees, using the :mod:`compose <elements.compose>` element. This example is distributed with BuildStream in the `doc/examples/composition - <https://gitlab.com/BuildStream/buildstream/tree/master/doc/examples/composition>`_ + <https://github.com/apache/buildstream/tree/master/doc/examples/composition>`_ subdirectory. diff --git a/doc/source/handling-files/filtering.rst b/doc/source/handling-files/filtering.rst index 27cdfe6..4fa3b4c 100644 --- a/doc/source/handling-files/filtering.rst +++ b/doc/source/handling-files/filtering.rst @@ -12,7 +12,7 @@ depend on a subset of the files provided by a filtered element. This example is distributed with BuildStream in the `doc/examples/filtering - <https://gitlab.com/BuildStream/buildstream/tree/master/doc/examples/filtering>`_ + <https://github.com/apache/buildstream/tree/master/doc/examples/filtering>`_ subdirectory. diff --git a/doc/source/handling-files/overlaps.rst b/doc/source/handling-files/overlaps.rst index 25456d2..ab573d9 100644 --- a/doc/source/handling-files/overlaps.rst +++ b/doc/source/handling-files/overlaps.rst @@ -12,7 +12,7 @@ use to resolve these situations. This example is distributed with BuildStream in the `doc/examples/overlaps - <https://gitlab.com/BuildStream/buildstream/tree/master/doc/examples/overlaps>`_ + <https://github.com/apache/buildstream/tree/master/doc/examples/overlaps>`_ subdirectory. diff --git a/doc/source/junctions/junction-elements.rst b/doc/source/junctions/junction-elements.rst index 8de3d53..fb95523 100644 --- a/doc/source/junctions/junction-elements.rst +++ b/doc/source/junctions/junction-elements.rst @@ -24,7 +24,7 @@ A simple example .. note:: This example is distributed with BuildStream in the - `doc/examples/junctions <https://gitlab.com/BuildStream/buildstream/tree/master/doc/examples/junctions>`_ + `doc/examples/junctions <https://github.com/apache/buildstream/tree/master/doc/examples/junctions>`_ subdirectory. Below is a simple example of bst file for the junction element, which @@ -34,7 +34,7 @@ we have called ``hello-junction.bst`` in this project: :language: yaml This element imports the autotools example subproject distributed with BuildStream -in the `doc/examples/junctions/autotools <https://gitlab.com/BuildStream/buildstream/tree/master/doc/examples/junctions/autotools>`_ +in the `doc/examples/junctions/autotools <https://github.com/apache/buildstream/tree/master/doc/examples/junctions/autotools>`_ subdirectory. .. note:: diff --git a/doc/source/junctions/junction-includes.rst b/doc/source/junctions/junction-includes.rst index 17de81b..b8d0e77 100644 --- a/doc/source/junctions/junction-includes.rst +++ b/doc/source/junctions/junction-includes.rst @@ -19,7 +19,7 @@ of your :mod:`junction <elements.junction>`. This example is distributed with BuildStream in the `doc/examples/junction-includes - <https://gitlab.com/BuildStream/buildstream/tree/master/doc/examples/junction-includes>`_ + <https://github.com/apache/buildstream/tree/master/doc/examples/junction-includes>`_ subdirectory. diff --git a/doc/source/junctions/junction-workspaces.rst b/doc/source/junctions/junction-workspaces.rst index a917606..82b73ad 100644 --- a/doc/source/junctions/junction-workspaces.rst +++ b/doc/source/junctions/junction-workspaces.rst @@ -16,7 +16,7 @@ in your own project. This section runs commands on the same example project presented in the :ref:`previous section <junction_elements>`, which is distributed with BuildStream in the - `doc/examples/junctions <https://gitlab.com/BuildStream/buildstream/tree/master/doc/examples/junctions>`_ + `doc/examples/junctions <https://github.com/apache/buildstream/tree/master/doc/examples/junctions>`_ subdirectory. diff --git a/doc/source/tutorial/autotools.rst b/doc/source/tutorial/autotools.rst index c8fec3b..3e89688 100644 --- a/doc/source/tutorial/autotools.rst +++ b/doc/source/tutorial/autotools.rst @@ -18,7 +18,7 @@ on the :mod:`manual <elements.manual>` element, and observe how This example is distributed with BuildStream in the `doc/examples/autotools - <https://gitlab.com/BuildStream/buildstream/tree/master/doc/examples/autotools>`_ + <https://github.com/apache/buildstream/tree/master/doc/examples/autotools>`_ subdirectory. diff --git a/doc/source/tutorial/directives.rst b/doc/source/tutorial/directives.rst index a23b5f9..33d9eeb 100644 --- a/doc/source/tutorial/directives.rst +++ b/doc/source/tutorial/directives.rst @@ -13,7 +13,7 @@ YAML format. This example is distributed with BuildStream in the `doc/examples/directives - <https://gitlab.com/BuildStream/buildstream/tree/master/doc/examples/directives>`_ + <https://github.com/apache/buildstream/tree/master/doc/examples/directives>`_ subdirectory. diff --git a/doc/source/tutorial/first-project.rst b/doc/source/tutorial/first-project.rst index c83e740..ca3fd5b 100644 --- a/doc/source/tutorial/first-project.rst +++ b/doc/source/tutorial/first-project.rst @@ -11,7 +11,7 @@ could think of. This example is distributed with BuildStream in the `doc/examples/first-project - <https://gitlab.com/BuildStream/buildstream/tree/master/doc/examples/first-project>`_ + <https://github.com/apache/buildstream/tree/master/doc/examples/first-project>`_ subdirectory. diff --git a/doc/source/tutorial/integration-commands.rst b/doc/source/tutorial/integration-commands.rst index 558d3d5..8113ac6 100644 --- a/doc/source/tutorial/integration-commands.rst +++ b/doc/source/tutorial/integration-commands.rst @@ -19,7 +19,7 @@ ensure that a runtime is ready to run after all of its components have been *sta This example is distributed with BuildStream in the `doc/examples/integration-commands - <https://gitlab.com/BuildStream/buildstream/tree/master/doc/examples/integration-commands>`_ + <https://github.com/apache/buildstream/tree/master/doc/examples/integration-commands>`_ subdirectory. @@ -77,7 +77,7 @@ seen in the previous chapter: :ref:`tutorial_running_commands`. These produce a library and a hello program which uses the library, we will consider these irrelevant to the topic and leave examination of `their sources -<https://gitlab.com/BuildStream/buildstream/tree/master/doc/examples/integration-commands/files>`_ +<https://github.com/apache/buildstream/tree/master/doc/examples/integration-commands/files>`_ as an exercise for the reader. diff --git a/doc/source/tutorial/running-commands.rst b/doc/source/tutorial/running-commands.rst index 1708145..586a621 100644 --- a/doc/source/tutorial/running-commands.rst +++ b/doc/source/tutorial/running-commands.rst @@ -12,7 +12,7 @@ the :ref:`isolated build sandbox <sandboxing>`. This example is distributed with BuildStream in the `doc/examples/running-commands - <https://gitlab.com/BuildStream/buildstream/tree/master/doc/examples/running-commands>`_ + <https://github.com/apache/buildstream/tree/master/doc/examples/running-commands>`_ subdirectory.
