From 4c93ec5608b2fb4e59139fcb902d8e13d559e92c Mon Sep 17 00:00:00 2001 From: Rahul Bhagwat Date: Sun, 19 Jul 2026 00:35:57 +0530 Subject: [PATCH] remove dead email links --- CONTRIBUTING.md | 3 +-- compiler/globals.py | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e2364910..d1b88b98 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -2,8 +2,7 @@ We are happy to accept contributions to OpenRAM and encourage this! This document will let you know our preferred methodology for including your contributions. -If you are unsure about a contribution, please email our development -list at openram-dev-group@ucsc.edu. We are happy to give insights into +If you are unsure about a contribution, please [post an issue on the GitHub](https://github.com/VLSIDA/OpenRAM/issues). We are happy to give insights into the best way to implement a change to ensure your contribution will be accepted and help other OpenRAM users. diff --git a/compiler/globals.py b/compiler/globals.py index be7f2ca7..98d6007a 100644 --- a/compiler/globals.py +++ b/compiler/globals.py @@ -133,7 +133,7 @@ def print_banner(): debug.print_raw("|=========" + " ".center(60) + "=========|") user_info = "Usage help: openram-user-group@ucsc.edu" debug.print_raw("|=========" + user_info.center(60) + "=========|") - dev_info = "Development help: openram-dev-group@ucsc.edu" + dev_info = "Development help: https://github.com/VLSIDA/OpenRAM/issues" debug.print_raw("|=========" + dev_info.center(60) + "=========|") debug.print_raw("|=========" + "See LICENSE for license info".center(60) + "=========|") debug.print_raw("|==============================================================================|")