Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix link target, improve link text #566

Merged
merged 1 commit into from
Mar 5, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Fix link target, improve link text
Git through ssh links can't be resolved by a browser.
  • Loading branch information
liberforce authored Mar 5, 2018
commit 64d4dc0c63f7227ee18185a9f8443c42b286a6b0
2 changes: 1 addition & 1 deletion creating_packages/package_dev_flow.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ The local workflow encourages users to do trial-and-error in a local sub-directo
typically test building their projects with other build tools. The strategy is to test the *conanfile.py* methods individually during this
phase.

We will use `this example <git@github.com:memsharded/example_conan_flow.git>`_ to follow the steps in the order below:
We will use the following `conan flow example <https://github.com/memsharded/example_conan_flow.git>`_ to follow the steps in the order below:

$ conan source
^^^^^^^^^^^^^^
Expand Down