File tree Expand file tree Collapse file tree 4 files changed +40
-40
lines changed
Expand file tree Collapse file tree 4 files changed +40
-40
lines changed Original file line number Diff line number Diff line change @@ -42,10 +42,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4242### Added
4343- Initial version.
4444
45- [ Unreleased ] : https://github.com/woocommerce/code-reference-generator /compare/0.5.0...HEAD
46- [ 0.5.0 ] : https://github.com/woocommerce/code-reference-generator /compare/0.4.0...0.5.0
47- [ 0.4.0 ] : https://github.com/woocommerce/code-reference-generator /compare/0.3.0...0.4.0
48- [ 0.3.0 ] : https://github.com/woocommerce/code-reference-generator /compare/0.2.0...0.3.0
49- [ 0.2.0 ] : https://github.com/woocommerce/code-reference-generator /compare/0.1.0...0.2.0
50- [ 0.1.0 ] : https://github.com/woocommerce/code-reference-generator /compare/0.0.1...0.1.0
51- [ 0.0.1 ] : https://github.com/woocommerce/code-reference-generator /compare/749f431...0.0.1
45+ [ Unreleased ] : https://github.com/woocommerce/code-reference/compare/0.5.0...HEAD
46+ [ 0.5.0 ] : https://github.com/woocommerce/code-reference/compare/0.4.0...0.5.0
47+ [ 0.4.0 ] : https://github.com/woocommerce/code-reference/compare/0.3.0...0.4.0
48+ [ 0.3.0 ] : https://github.com/woocommerce/code-reference/compare/0.2.0...0.3.0
49+ [ 0.2.0 ] : https://github.com/woocommerce/code-reference/compare/0.1.0...0.2.0
50+ [ 0.1.0 ] : https://github.com/woocommerce/code-reference/compare/0.0.1...0.1.0
51+ [ 0.0.1 ] : https://github.com/woocommerce/code-reference/compare/749f431...0.0.1
Original file line number Diff line number Diff line change @@ -5,13 +5,13 @@ Generate [WooCommerce Code Reference](https://woocommerce.github.io/code-referen
55## Install
66
77``` bash
8- git clone https://github.com/woocommerce/code-reference-generator .git
8+ git clone https://github.com/woocommerce/code-reference.git
99```
1010
1111## Usage
1212
1313``` bash
14- cd code-reference-generator
14+ cd code-reference
1515./deploy.sh -s < VERSION>
1616```
1717
@@ -31,4 +31,4 @@ cd code-reference-generator
3131
3232## Changelog
3333
34- [ See changelog for details] ( https://github.com/woocommerce/code-reference-generator /blob/master/CHANGELOG.md )
34+ [ See changelog for details] ( https://github.com/woocommerce/code-reference/blob/master/CHANGELOG.md )
Original file line number Diff line number Diff line change 11{
2- "name" : " woocommerce/code-reference-generator " ,
2+ "name" : " woocommerce/code-reference" ,
33 "description" : " WooCommerce Code Reference Generator" ,
44 "homepage" : " https://woocommerce.com/" ,
55 "type" : " project" ,
You can’t perform that action at this time.
0 commit comments