docs: Move links to end of dbus_best_practices.md.

Move links to the end of the D-Bus Best Practices doc
instead of inlining them within the text (which can be
harder to read). No other changes.

BUG=none
TEST=viewed it
TBR=satorux@chromium.org

Change-Id: Iea0650f32f0440efb5699371c734aa64f46442c1
1 file changed
tree: f9eb10237f9fd650fcc8e5222b2249021d78e4c5
  1. chrome_commit_pipeline.md
  2. cros_commit_pipeline.md
  3. dbus_best_practices.md
  4. development_basics.md
  5. README.md
README.md

Chromium OS docs

This directory contains public Chromium OS project documentation that is automatically rendered by Gitiles. The docs are written in Gitiles-flavored Markdown.

General guidelines

See the Chromium documentation guidelines and Chromium documentation best practices.

Style guide

Markdown documents must follow the style guide.

Previewing changes

You can preview your local changes using md_browser:

# at top of Chromium OS checkout
./chromium/src/tools/md_browser/md_browser.py -d docs

Then browse to e.g. http://localhost:8080/README.md.

To review someone else's changes, apply them locally first.