summaryrefslogtreecommitdiffstats
path: root/doc/HACKING.txt
diff options
context:
space:
mode:
authorsu_v <suv-sf@users.sourceforge.net>2014-12-31 14:36:09 +0000
committer~suv <suv-sf@users.sourceforge.net>2014-12-31 14:36:09 +0000
commit02cb649c0ceebd254dde302eeba71406fb25a24c (patch)
tree4ccb52d7f06a7160adb2aaf1428d3a5a2acef9a5 /doc/HACKING.txt
parentpackaging/macosx: update local python ports (MacPorts drops support for Pytho... (diff)
parentFix for bug #758718 (Color Picker/Dropper: Color selection area not lined up ... (diff)
downloadinkscape-02cb649c0ceebd254dde302eeba71406fb25a24c.tar.gz
inkscape-02cb649c0ceebd254dde302eeba71406fb25a24c.zip
update to trunk (r13829)
(bzr r13798.1.2)
Diffstat (limited to 'doc/HACKING.txt')
-rw-r--r--doc/HACKING.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/HACKING.txt b/doc/HACKING.txt
index 7fec67de1..373f45dce 100644
--- a/doc/HACKING.txt
+++ b/doc/HACKING.txt
@@ -43,7 +43,7 @@ can help:
BZR Access
==========
-See http://inkscape.org/bzr.php for how to access BZR,
+See https://inkscape.org/en/develop/inkscape-bzr/ for how to access BZR,
including browsing BZR from a web client.
We give BZR write access out to people with proven interest in helping develop
@@ -64,7 +64,7 @@ way to see if an idea fits is to try it on for size.
Coding Style
============
Please refer to the Coding Style Guidelines
-(http://www.inkscape.org/doc/coding_style.php) if you have specific questions
+(https://inkscape.org/en/develop/coding-style/) if you have specific questions
on the style to use for code. If reading style guidelines doesn't interest
you, just follow the general style of the surrounding code, so that it is at
least consistent.