diff --git a/docs.html b/docs.html
index 038e229..7e040fe 100644
--- a/docs.html
+++ b/docs.html
@@ -387,7 +387,7 @@ See the [RTL Synthesis Guide](rtl-synthesis.md) for details.
### How can I contribute?
-See the [Community page](../community.html) for details. We welcome code contributions, documentation, testing, and hardware verification.
+The source repository and issue tracker are hosted on our Git instance at [git.revivesparc.com/Revivesparc/revivesparc](https://git.revivesparc.com/Revivesparc/revivesparc). See the [Community page](../community.html) for details. We welcome code contributions, documentation, testing, and hardware verification.
### What license is used?
@@ -428,7 +428,7 @@ Run with debug output enabled:
./sparc-emu -d -v kernel.bin
```
-This will show detailed trace information. File a bug report with the output.
+This will show detailed trace information. File a bug report on the [issue tracker](https://git.revivesparc.com/Revivesparc/revivesparc/issues) with the output.
### Linux kernel hangs during boot
@@ -1098,7 +1098,7 @@ This connects the emulator's debugger to the FPGA-resident cores, allowing regis
1. Write a Verilog testbench in `rtl/tb/`
2. Verify with Verilator: `make rtl-test`
3. Ensure lint passes: `make rtl-lint`
-4. Submit a pull request with simulation results
+4. Submit a pull request on the [Git instance](https://git.revivesparc.com/Revivesparc/revivesparc) with simulation results
-