Changes between Version 16 and Version 17 of StartModDev


Ignore:
Timestamp:
Feb 10, 2013, 4:56:46 PM (10 years ago)
Author:
Beman Dawes
Comment:

Update github repo urls

Legend:

Unmodified
Added
Removed
Modified
  • StartModDev

    v16 v17  
    4848== Creating the {{{simple}}} library ==
    4949
    50 This procedure will create a trivial library named {{{simple}}}. Its public repository will be hosted in your own [http://github.com GitHub] account. You will do development using a private repository that is located within a Boost installation on your local machine. This simulates your library being a sub-module of the [https://github.com/boost-lib/boost Boost super-project].
     50This procedure will create a trivial library named {{{simple}}}. Its public repository will be hosted in your own [http://github.com GitHub] account. You will do development using a private repository that is located within a Boost installation on your local machine. This simulates your library being a sub-module of the [https://github.com/boostorg/boost Boost super-project].
    5151
    5252 * With your web browser, sign into your [https://github.com GitHub] account and create a repository named {{{simple}}}. Select the option to automatically create a README file. Copy the URL of the newly created repository to your clipboard.