[Notes] [Git][BuildStream/buildstream][master] 3 commits: README: use correct links for documentation website



Title: GitLab

Tiago Gomes pushed to branch master at BuildStream / buildstream

Commits:

2 changed files:

Changes:

  • README.rst
    1 1
     About
    
    2 2
     -----
    
    3 3
     
    
    4
    -.. image:: https://buildstream.gitlab.io/buildstream/_static/release.svg
    
    4
    +.. image:: https://docs.buildstream.build/_static/release.svg
    
    5 5
        :target: https://gitlab.com/BuildStream/buildstream/commits/bst-1.2
    
    6 6
     
    
    7
    -.. image:: https://buildstream.gitlab.io/buildstream/_static/snapshot.svg
    
    7
    +.. image:: https://docs.buildstream.build/_static/snapshot.svg
    
    8 8
        :target: https://gitlab.com/BuildStream/buildstream/commits/master
    
    9 9
     
    
    10 10
     .. image:: https://gitlab.com/BuildStream/buildstream/badges/master/pipeline.svg
    
    ... ... @@ -63,7 +63,7 @@ BuildStream offers the following advantages:
    63 63
     
    
    64 64
     How do I use BuildStream?
    
    65 65
     =========================
    
    66
    -Please refer to the `documentation <https://buildstream.gitlab.io/buildstream/>`_
    
    66
    +Please refer to the `documentation <https://docs.buildstream.build>`_
    
    67 67
     for  information about installing BuildStream, and about the BuildStream YAML format
    
    68 68
     and plugin options.
    
    69 69
     
    
    ... ... @@ -86,9 +86,9 @@ BuildStream operates on a set of YAML files (.bst files), as follows:
    86 86
     How can I get started?
    
    87 87
     ======================
    
    88 88
     To get started, first `install BuildStream by following the installation guide
    
    89
    -<https://buildstream.gitlab.io/buildstream/main_install.html>`_
    
    89
    +<https://buildstream.build/install.html>`_
    
    90 90
     and then follow our tutorial in the
    
    91
    -`user guide <https://buildstream.gitlab.io/buildstream/main_using.html>`_.
    
    91
    +`user guide <https://docs.buildstream.build/main_using.html>`_.
    
    92 92
     
    
    93 93
     We also recommend exploring some existing BuildStream projects:
    
    94 94
     
    

  • setup.py
    ... ... @@ -269,7 +269,7 @@ setup(name='BuildStream',
    269 269
           url='https://buildstream.build',
    
    270 270
           project_urls={
    
    271 271
               'Source': 'https://gitlab.com/BuildStream/buildstream',
    
    272
    -          'Documentation': 'https://buildstream.gitlab.io/buildstream/',
    
    272
    +          'Documentation': 'https://docs.buildstream.build',
    
    273 273
               'Tracker': 'https://gitlab.com/BuildStream/buildstream/issues',
    
    274 274
               'Mailing List': 'https://mail.gnome.org/mailman/listinfo/buildstream-list'
    
    275 275
           },
    



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