Questions, bug reporting and issue tracking are provided by GitHub. Please -report all bugs by creating a new issue. +report all bugs by creating a new issue. You can ask questions by creating a new issue with the question tag.
Note that, for now, developers must clone QCOR manually:
-$ git clone https://github.com/ornl-qci/qcor
+$ git clone https://github.com/qir-alliance/qcor
$ cd qcor && mkdir build && cd build
$ cmake ..
$ [with tests] cmake .. -DQCOR_BUILD_TESTS=TRUE
diff --git a/docs/source/index.rst b/docs/source/index.rst
index 25acc515..98a40768 100644
--- a/docs/source/index.rst
+++ b/docs/source/index.rst
@@ -38,7 +38,7 @@ Questions, Bug Reporting, and Issue Tracking
---------------------------------------------
Questions, bug reporting and issue tracking are provided by GitHub. Please
-report all bugs by creating a `new issue `_.
+report all bugs by creating a `new issue `_.
You can ask questions by creating a new issue with the question tag.
.. toctree::
diff --git a/docs/source/install.rst b/docs/source/install.rst
index b6b05aff..5411e908 100644
--- a/docs/source/install.rst
+++ b/docs/source/install.rst
@@ -44,7 +44,7 @@ Note that, for now, developers must clone QCOR manually:
.. code:: bash
- $ git clone https://github.com/ornl-qci/qcor
+ $ git clone https://github.com/qir-alliance/qcor
$ cd qcor && mkdir build && cd build
$ cmake ..
$ [with tests] cmake .. -DQCOR_BUILD_TESTS=TRUE
diff --git a/scripts/get_git_version.sh b/scripts/get_git_version.sh
index 4b2a9b8b..78c7b2e1 100644
--- a/scripts/get_git_version.sh
+++ b/scripts/get_git_version.sh
@@ -1,2 +1,2 @@
#!/bin/bash
-git ls-remote https://github.com/ornl-qci/qcor HEAD | awk '{ print $1}' | head -c 7
\ No newline at end of file
+git ls-remote https://github.com/qir-alliance/qcor HEAD | awk '{ print $1}' | head -c 7
\ No newline at end of file