mirror of
https://github.com/pybricks/pybricks-code.git
synced 2026-09-12 01:23:52 +00:00
update projects URL to point to Pybricks website
This commit is contained in:
@@ -2,6 +2,11 @@
|
||||
|
||||
# Changelog
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
### Changed
|
||||
- Updated projects URL.
|
||||
|
||||
## [1.0.0] - 2021-06-08
|
||||
|
||||
### Added
|
||||
|
||||
@@ -24,7 +24,7 @@ export const pybricksWebsiteUrl = 'https://pybricks.com';
|
||||
export const pybricksSupportUrl = 'https://github.com/pybricks/support/discussions';
|
||||
|
||||
/** URL to Pybricks projects site. */
|
||||
export const pybricksProjectsUrl = 'https://github.com/pybricks/pybricks-projects';
|
||||
export const pybricksProjectsUrl = 'https://pybricks.com/projects/';
|
||||
|
||||
/** URL to Pybricks bug report site. */
|
||||
export const pybricksBugReportsUrl = 'https://github.com/pybricks/support/issues';
|
||||
|
||||
Reference in New Issue
Block a user