Skip to content

Commit cdf6c35

Browse files
author
Stuart Alldritt
committed
Fix incorrect underscore
1 parent 6df7576 commit cdf6c35

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@ Enhancements. Also check for Closed Issues before opening a new one.
2929

3030
## Finding issues you can help with
3131

32-
Looking for something to work on? Issues marked [``Good First Issue``](https://github.com/microsoft/Azure_Kinect_ROS-Driver/labels/good%20first%20issue)
32+
Looking for something to work on? Issues marked [``Good First Issue``](https://github.com/microsoft/Azure_Kinect_ROS_Driver/labels/good%20first%20issue)
3333
are a good place to start.
3434

35-
You can also check the [``Help Wanted``](https://github.com/microsoft/Azure_Kinect_ROS-Driver/labels/help%20wanted) tag to
35+
You can also check the [``Help Wanted``](https://github.com/microsoft/Azure_Kinect_ROS_Driver/labels/help%20wanted) tag to
3636
find other issues to help with. If you're interested in working on a fix, leave a comment to let everyone know and to help
3737
avoid duplicated effort from others.
3838

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Copyright (c) Microsoft Corporation. All rights reserved.
22
# Licensed under the MIT License.
33

4-
name: Azure_Kinect_ROS-Driver-$(SourceBranchName)-$(Date:yyyyMMdd)-$(Rev:rrr)
4+
name: Azure_Kinect_ROS_Driver-$(SourceBranchName)-$(Date:yyyyMMdd)-$(Rev:rrr)
55

66
trigger:
77
batch: false

0 commit comments

Comments
 (0)