Skip to content

Commit

Permalink
Changed repo links
Browse files Browse the repository at this point in the history
  • Loading branch information
jmwright committed Dec 10, 2024
1 parent 3eb8238 commit 7bbef30
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,15 @@ Beyond being good to one another, there are technical guidelines for contributin
* Be welcoming and encouraging to new contributors. Again, see the [Python Community Code of Conduct](https://www.python.org/psf/codeofconduct/).

# First Time Contributors
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.
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.

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

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

# How to Suggest a Feature or Enhancement

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.
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.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The CadQuery Module for FreeCAD
=======================
[![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)
[![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)

## Introduction

Expand Down
2 changes: 1 addition & 1 deletion docs/developers.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ If you would like to contribute to this project, below is some information to he

### Contribution Guidelines

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.
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.

### Manual Installation

Expand Down
2 changes: 1 addition & 1 deletion docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ This process can be repeated to update the module every time changes are pushed

### Manual
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.
1. Download the [latest released version](https://github.com/jmwright/cadquery-freecad-module/releases)
1. Download the [latest released version](https://github.com/CadQuery/cadquery-freecad-workbench/releases)
2. Extract the archive file
3. Copy the entire extracted directory to FreeCAD's `Mod` directory on your system. Typical `Mod` directory locations are listed below.

Expand Down
2 changes: 1 addition & 1 deletion docs/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ This feature is not currently implemented, but is planned for the future.

### Getting Help

- Found a bug while using this workbench? You can open an issue [here](https://github.com/jmwright/cadquery-freecad-module/issues)
- Found a bug while using this workbench? You can open an issue [here](https://github.com/CadQuery/cadquery-freecad-workbench/issues)
- 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.

[<Back to Main](index.md) | [Developers>](developers.md)
2 changes: 1 addition & 1 deletion package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<version>2.0.0</version>
<date>2024-12-10</date>
<license file="LICENSE">Apache-2.0</license>
<url type="repository" branch="main">https://github.com/CadQuery/cadquery-freecad-module</url>
<url type="repository" branch="main">https://github.com/CadQuery/cadquery-freecad-workbench</url>
<icon>/CQGui/Resources/icons/CQ_Logo.svg</icon>

<content>
Expand Down

0 comments on commit 7bbef30

Please sign in to comment.