From: Diego Trevino Ferrer Date: Fri, 9 Aug 2019 21:48:47 +0000 (+0000) Subject: [Bugpoint redesign] Fix nonlocal URI link in doc X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=aa36e337e936f1cbac60451fd328317b85f0d05d;p=llvm [Bugpoint redesign] Fix nonlocal URI link in doc Summary: Fixes documentation bot build http://lab.llvm.org:8011/builders/llvm-sphinx-docs Reviewers: JDevlieghere Subscribers: llvm-commits Tags: #llvm Differential Revision: https://reviews.llvm.org/D66022 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@368493 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/BugpointRedesign.md b/docs/BugpointRedesign.md index 98a271f2f92..bac3a1f744d 100644 --- a/docs/BugpointRedesign.md +++ b/docs/BugpointRedesign.md @@ -95,11 +95,8 @@ at all. ### "Quirky" Interface Bugpoint’s current interface overwhelms and confuses the user, the help screen -alone ends up confusing rather providing guidance, as seen below: - -![Bugpoint's help option showcase](https://lh6.googleusercontent.com/sbpaSVHzpVVZKKAgHL9gvfzTWdgh3ju0KiDYql6WmWZfDYrdauOJMcuo9PP_V1dq8JQfMHOSKTv3lJcSpVytUyU8r5tJ2KTlGB0b2ve7jsZ3nVX8K8ItAbsA0JWkFKw67VJnq99m) - -And, not only are there numerous features and options, but some of them also -work in unexpected ways and most of the time the user ends up using a custom -script. Pruning and simplifying the interface will be worth considering in -order to make the tool more useful in the general case and easier to maintain. +alone ends up confusing rather providing guidance. And, not only are there +numerous features and options, but some of them also work in unexpected ways +and most of the time the user ends up using a custom script. Pruning and +simplifying the interface will be worth considering in order to make the tool +more useful in the general case and easier to maintain.