Skip to content

Commit

Permalink
Update Baseline
Browse files Browse the repository at this point in the history
  • Loading branch information
gcotelli committed May 24, 2023
1 parent 8e02c37 commit d1c2bcb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ promoting the project, or even contributing code.

## Reporting issues

You can report issues [here](https://github.com/<OWNER>/<REPO_NAME>/issues/new)
You can report issues [here](https://github.com/ba-st/Ansible/issues/new)

## Contributing Code

Expand Down
2 changes: 1 addition & 1 deletion source/BaselineOfAnsible/BaselineOfAnsible.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ BaselineOfAnsible >> setUpDependencies: spec [

spec
baseline: 'XMLParser'
with: [ spec repository: 'github://pharo-contributions/XML-XMLParser:3.5.0/src' ];
with: [ spec repository: 'github://pharo-contributions/XML-XMLParser:master/src' ];
project: 'XMLParser-Core' copyFrom: 'XMLParser' with: [ spec loads: #( 'Core' ) ].

spec
Expand Down

0 comments on commit d1c2bcb

Please sign in to comment.