You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildstream.apache.org by tv...@apache.org on 2021/01/05 09:17:06 UTC

[buildstream] 04/08: doc/source/arch_sandboxing.rst: s/gitlab/github

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 ccd03ee8316020fa4dc6b750024ecac7721de04b
Author: Tristan van Berkom <tr...@codethink.co.uk>
AuthorDate: Tue Jan 5 18:00:27 2021 +0900

    doc/source/arch_sandboxing.rst: s/gitlab/github
---
 doc/source/arch_sandboxing.rst | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/doc/source/arch_sandboxing.rst b/doc/source/arch_sandboxing.rst
index 1399785..324c6ae 100644
--- a/doc/source/arch_sandboxing.rst
+++ b/doc/source/arch_sandboxing.rst
@@ -88,7 +88,7 @@ can be written and stored.
 
 These restrictions are due to technical limitations. In future we hope to
 support a wider range of filesystem metadata operations. See `issue #38
-<https://gitlab.com/BuildStream/buildstream/issues/38>`_ for more details.
+<https://github.com/apache/buildstream/issues/38>`_ for more details.
 
 User and permissions model
 ~~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -167,11 +167,11 @@ directory structure for each build job.
 Some of the operations on filesystem metadata listed above are not prohibited
 by the sandbox, but will instead be silently dropped when an artifact is
 created. For more details see `issue #38
-<https://gitlab.com/BuildStream/buildstream/issues/38>`_.
+<https://github.com/apache/buildstream/issues/38>`_.
 
 Some details of the host machine are currently leaked by this platform backend.
 For more details, see `issue #262
-<https://gitlab.com/BuildStream/buildstream/issues/262>`_.
+<https://github.com/apache/buildstream/issues/262>`_.
 
 Other POSIX systems
 ~~~~~~~~~~~~~~~~~~~