Skip to content

Commit

Permalink
Fix org zopencommunity links
Browse files Browse the repository at this point in the history
  • Loading branch information
IgorTodorovskiIBM committed Sep 20, 2024
1 parent 025313a commit bfabab7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/workshop/workshop.md
Original file line number Diff line number Diff line change
Expand Up @@ -510,7 +510,7 @@ Become a part of the z/OS Open Source Technology community either as a **develop

* As a developer:
* if you want to work on new tools, visit pages [1](https://github.com/orgs/zopencommunity/discussions/23) and [2](https://github.com/orgs/zopencommunity/discussions/433), choose a tool to begin the development activity, as outlined [here](https://zopencommunity.github.io/meta/#/Guides/developing).
* Alternatively, if you prefer working on existing tools, you can select one of the help-wanted issues from [here](https://github.com/search?q=user%3Azopencommunity+repo%3Ahttps%3A%2F%2Fgithub.com%2Fzopen-community+label%3A%22help+wanted%22+state%3Aopen&type=issues&ref=advsearch&state=open
* Alternatively, if you prefer working on existing tools, you can select one of the help-wanted issues from [here](https://github.com/search?q=user%3Azopencommunity+repo%3Ahttps%3A%2F%2Fgithub.com%2Fzopencommunity+label%3A%22help+wanted%22+state%3Aopen&type=issues&ref=advsearch&state=open
).

* If you'd like to contribute as a consumer of these tools, you can start by visiting this [link](https://zopencommunity.github.io/meta/#/Guides/QuickStart)
Expand Down
2 changes: 1 addition & 1 deletion tools/addbranchprotection.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

# get the organization by name
parser = OptionParser(description="Enable branch protection for repositories in an organization.")
parser.add_option("-o", "--org", dest="org", default="zopencommunity", help="organization name (default: zopen-community)")
parser.add_option("-o", "--org", dest="org", default="zopencommunity", help="organization name (default: zopencommunity)")
parser.add_option("-r", "--repo", dest="repo", default=None, help="comma separated list of repos to include")
parser.add_option("-a", "--all", action="store_true", dest="all", default=False, help="include all repos")
parser.add_option("-v", "--verbose", action="store_true", dest="verbose", default=False, help="print verbose output")
Expand Down

0 comments on commit bfabab7

Please sign in to comment.