Skip to content

Commit 711ed50

Browse files
authoredFeb 28, 2019
Updated links to the documentation (rizinorg#1229)
* Updated links to the documentation
1 parent c442b9c commit 711ed50

File tree

6 files changed

+28
-23
lines changed

6 files changed

+28
-23
lines changed
 

‎.github/PULL_REQUEST_TEMPLATE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Demonstrate the code is solid. Example: The exact commands you ran and their out
1010

1111
**Code formatting**
1212

13-
Make sure you ran astyle on your code before making the PR. Check our contribution guidelines here: https://radareorg.github.io/cutter/code.html
13+
Make sure you ran astyle on your code before making the PR. Check our contribution guidelines here: https://cutter.re/docs/code.html
1414

1515
**Closing issues**
1616

‎CONTRIBUTING.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,12 @@ You can create an issue by clicking on [this link](https://github.com/radareorg/
1212

1313
Note that cutter is still under development and many parts of the code are to be improved.
1414
The best way is to check the opened issues [here](https://github.com/radareorg/cutter/issues) or discuss with radareorg team.
15-
Please follow our contribution guidelines: https://radareorg.github.io/cutter/code.html
15+
Please follow our contribution guidelines: https://cutter.re/docs/code.html
1616

1717
## Contributing to the documentation
1818

19-
The documentation is something important for newcomers. As of today the documentation can be found [here](https://radareorg.github.io/cutter/) and it stands in the [docs](https://github.com/radareorg/cutter/tree/master/docs) folder.
19+
The documentation is something important for newcomers. As of today the documentation can be found [here](https://cutter.re/docs/) and it stands in the [docs](https://github.com/radareorg/cutter/tree/master/docs) folder.
20+
The API Reference is automatically generated from the source code, so it is strongly advised to document your code.
2021
Check issues marked as "Documentation" on our issues [list](https://github.com/radareorg/cutter/issues?q=is%3Aissue+is%3Aopen+label%3ADocumentation).
2122

2223
## Translations

‎README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,15 @@ You can download the latest release [here](https://github.com/radareorg/cutter/r
2323

2424
## Building from sources
2525

26-
To build Cutter on your local machine, please follow this guide: [Building from source](https://radareorg.github.io/cutter/building.html)
26+
To build Cutter on your local machine, please follow this guide: [Building from source](https://cutter.re/docs/building.html)
2727

2828
## Docker
2929

3030
To deploy *cutter* using a pre-built `Dockerfile`, it's possible to use the [provided configuration](docker). The corresponding `README.md` file also contains instructions on how to get started using the docker image with minimal effort.
3131

3232
# Documentation
3333

34-
You can find our documentation [here](https://radareorg.github.io/cutter/).
34+
You can find our documentation [here](https://cutter.re/docs/).
3535

3636
# Help
3737

‎docs/source/building.rst

+16-11
Original file line numberDiff line numberDiff line change
@@ -10,22 +10,22 @@ First you must get the source of Cutter by cloning the repository:
1010
The “official” way to build Cutter is by using qmake, but there are two
1111
alternatives – cmake and meson.
1212

13-
In any case, there are obviously some requirements: \* Radare2 installed
14-
from submodule \* Qt 5.9 or above \* Python3.6
13+
In any case, there are obviously some requirements:
14+
- Radare2 installed from submodule
15+
- Qt 5.9 or above
16+
- Python3.6
1517

1618
**Before compiling, note that we also provide binaries available for
17-
windows/linux/MacOS
18-
X**\ `here <https://github.com/radareorg/cutter/releases>`__\ **.**
19+
windows/linux/MacOS **\ `here <https://github.com/radareorg/cutter/releases>`__\ **.**
1920

2021
--------------
2122

2223
Building options
2324
----------------
2425

25-
Note that there are two major building options available: \*
26-
``CUTTER_ENABLE_JUPYTER`` is used to compile Cutter with bundled Python
27-
and Jupyter module \* ``CUTTER_ENABLE_QTWEBENGINE`` is used to compile
28-
Cutter with bundled QtWebEngine (to ease jupyter console usage)
26+
Note that there are two major building options available:
27+
- ``CUTTER_ENABLE_JUPYTER`` is used to compile Cutter with bundled Python and Jupyter module
28+
- ``CUTTER_ENABLE_QTWEBENGINE`` is used to compile Cutter with bundled QtWebEngine (to ease jupyter console usage)
2929

3030
--------------
3131

@@ -156,15 +156,20 @@ Download and unpack
156156
source root directory.
157157

158158
Environment settings (example for x64 version):
159-
``batch :: Export MSVC variables CALL "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" x64 :: Add qmake to PATH SET "PATH=C:\Qt\5.10.1\msvc2015_64\bin;%PATH%" :: Add Python to PATH SET "PATH=C:\Program Files\Python36;%PATH%"``
160-
Install Meson:
159+
.. code:: batch
160+
:: Export MSVC variables
161+
CALL "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" x64
162+
:: Add qmake to PATH
163+
SET "PATH=C:\Qt\5.10.1\msvc2015_64\bin;%PATH%"
164+
:: Add Python to PATH
165+
SET "PATH=C:\Program Files\Python36;%PATH%"
161166
167+
Install Meson:
162168
.. code:: batch
163169
164170
python -m pip install meson
165171
166172
To compile Cutter run:
167-
168173
.. code:: batch
169174
170175
CALL prepare_r2.bat

‎docs/source/index.rst

+5-6
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,10 @@ Get Cutter
1414

1515
Cutter is available for all platforms (Linux, OS X, Windows). You can
1616
download the latest release
17-
`here <https://github.com/radareorg/cutter/releases>`__. \* OSX:
18-
Download the latest ``.dmg`` file. \* Windows: Download the latest
19-
archive. \* Linux: use the AppImage file. Then just make it executable
20-
and run it: \* ``chmod +x Cutter-v1.7.4-x86_64.AppImage`` \*
21-
``./Cutter-v1.7.4-x86_64.AppImage``
17+
`here <https://github.com/radareorg/cutter/releases>`__.
18+
- OSX: Download the latest ``.dmg`` file.
19+
- Windows: Download the latest archive.
20+
- Linux: use the AppImage file. Then just make it executable and run it: ``chmod +x Cutter-v1.7.4-x86_64.AppImage``
2221

2322

2423
Building from sources
@@ -34,7 +33,7 @@ You can contact the *Cutter* developers and community on:
3433

3534
- Telegram: https://t.me/r2cutter
3635
- #cutter on irc.freenode.net
37-
- Twitter: [@r2gui](https://twitter.com/r2gui)
36+
- Twitter: https://twitter.com/r2gui
3837

3938
Want to help the project?
4039
-------------------------

‎src/org.radare.Cutter.appdata.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
</screenshot>
2222
</screenshots>
2323

24-
<url type="homepage">https://radareorg.github.io/cutter/</url>
24+
<url type="homepage">https://cutter.re/docs/</url>
2525
<update_contact>xarkes</update_contact>
2626

2727
<releases>

0 commit comments

Comments
 (0)
Please sign in to comment.