Skip to content

Commit 7bbef30

Browse files
committed
Changed repo links
1 parent 3eb8238 commit 7bbef30

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,15 @@ Beyond being good to one another, there are technical guidelines for contributin
2626
* Be welcoming and encouraging to new contributors. Again, see the [Python Community Code of Conduct](https://www.python.org/psf/codeofconduct/).
2727

2828
# First Time Contributors
29-
There is no need to be nervous about making your first contribution. Everybody is a beginner at some point, and there is no better way to learn than just jumping in. If you are not sure what to do, open an [issue](https://github.com/jmwright/cadquery-freecad-module/issues) so that a community member can help you through it.
29+
There is no need to be nervous about making your first contribution. Everybody is a beginner at some point, and there is no better way to learn than just jumping in. If you are not sure what to do, open an [issue](https://github.com/CadQuery/cadquery-freecad-workbench/issues) so that a community member can help you through it.
3030

3131
# How to Report a Bug
32-
When filing an bug report [issue](https://github.com/jmwright/cadquery-freecad-module/issues), make sure to answer these questions:
32+
When filing an bug report [issue](https://github.com/CadQuery/cadquery-freecad-workbench/issues), make sure to answer these questions:
3333

3434
1. What version of the software are you running?
3535
2. What operating system are you running the software on?
3636
3. What are the steps to reproduce the bug?
3737

3838
# How to Suggest a Feature or Enhancement
3939

40-
If you find yourself wishing for a feature that does not exist in this module, you are probably not alone. There are bound to be others out there with similar needs. Open a [issue](https://github.com/jmwright/cadquery-freecad-module/issues) which describes the feature you would like to see, why you need it, and how it should work.
40+
If you find yourself wishing for a feature that does not exist in this module, you are probably not alone. There are bound to be others out there with similar needs. Open a [issue](https://github.com/CadQuery/cadquery-freecad-workbench/issues) which describes the feature you would like to see, why you need it, and how it should work.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The CadQuery Module for FreeCAD
22
=======================
3-
[![GitHub version](https://d25lcipzij17d.cloudfront.net/badge.svg?id=gh&type=6&v=1.2.0&x2=0)](https://github.com/jmwright/cadquery-freecad-module/releases/tag/v1.2.0)
3+
[![GitHub version](https://d25lcipzij17d.cloudfront.net/badge.svg?id=gh&type=6&v=1.2.0&x2=0)](https://github.com/CadQuery/cadquery-freecad-workbench/releases/tag/v1.2.0)
44

55
## Introduction
66

docs/developers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ If you would like to contribute to this project, below is some information to he
1111

1212
### Contribution Guidelines
1313

14-
Contribution guidelines can be found [here](https://github.com/jmwright/cadquery-freecad-module/blob/master/CONTRIBUTING.md). Please familiarize yourself with them as part of the process of getting involved.
14+
Contribution guidelines can be found [here](https://github.com/CadQuery/cadquery-freecad-workbench/blob/master/CONTRIBUTING.md). Please familiarize yourself with them as part of the process of getting involved.
1515

1616
### Manual Installation
1717

docs/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ This process can be repeated to update the module every time changes are pushed
2121

2222
### Manual
2323
Sometimes a different version or branch of the workbench may be needed, other than what is installed using the addon manager. The steps below outline the steps to manually install the workbench.
24-
1. Download the [latest released version](https://github.com/jmwright/cadquery-freecad-module/releases)
24+
1. Download the [latest released version](https://github.com/CadQuery/cadquery-freecad-workbench/releases)
2525
2. Extract the archive file
2626
3. Copy the entire extracted directory to FreeCAD's `Mod` directory on your system. Typical `Mod` directory locations are listed below.
2727

docs/usage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ This feature is not currently implemented, but is planned for the future.
7979

8080
### Getting Help
8181

82-
- Found a bug while using this workbench? You can open an issue [here](https://github.com/jmwright/cadquery-freecad-module/issues)
82+
- Found a bug while using this workbench? You can open an issue [here](https://github.com/CadQuery/cadquery-freecad-workbench/issues)
8383
- Need help using this workbench? Join the [CadQuery Google Group](https://groups.google.com/forum/#!forum/cadquery) and ask your question there. Alternatively, you can join CadQuery's [Discord community](https://discord.com/invite/Bj9AQPsCfx) and ask your question in the `#other-guis` channel.
8484

8585
[<Back to Main](index.md) | [Developers>](developers.md)

package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<version>2.0.0</version>
55
<date>2024-12-10</date>
66
<license file="LICENSE">Apache-2.0</license>
7-
<url type="repository" branch="main">https://github.com/CadQuery/cadquery-freecad-module</url>
7+
<url type="repository" branch="main">https://github.com/CadQuery/cadquery-freecad-workbench</url>
88
<icon>/CQGui/Resources/icons/CQ_Logo.svg</icon>
99

1010
<content>

0 commit comments

Comments
 (0)