MNEMONIC-346: Bylaws and Coding links broken
diff --git a/src/develop/coding.md b/src/develop/coding.md
index e256950..0d97973 100644
--- a/src/develop/coding.md
+++ b/src/develop/coding.md
@@ -28,7 +28,7 @@
 ## Naming
 
 * Packages should be all lowercase.
-  * Java code should be in `org.apache.,mnemonic`, except for compatibility classes
+  * Java code should be in `org.apache.mnemonic`, except for compatibility classes
 * Classes should be in mixed case.
 * Variables should be in camel case.
 * Constants should be in upper case.
diff --git a/src/develop/index.md b/src/develop/index.md
index fe6a309..a0a7507 100644
--- a/src/develop/index.md
+++ b/src/develop/index.md
@@ -5,7 +5,7 @@
 
 Information about the Mnemonic project that is most important for
 developers working on the project. The project has created
-[bylaws](bylaws.html) for itself.
+[bylaws](bylaws) for itself.
 
 ## Project Members
 
@@ -181,7 +181,7 @@
 * [asf-site](https://github.com/apache/incubator-mnemonic/tree/asf-site) -
   The pages that are deployed to https://mnemonic.apache.org/
 
-Please check our [coding guidelines](/src/develop/coding.html).
+Please check our [coding guidelines](coding).
 
 ## Reviews