Skip to content

Commit 465c89f

Browse files
lewiszlwalamb
andauthoredApr 22, 2024
Update github repo links (apache#10167)
* Update github repo link * Format markdown --------- Co-authored-by: Andrew Lamb <[email protected]>
1 parent 0b5bfe2 commit 465c89f

File tree

166 files changed

+6317
-6317
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

166 files changed

+6317
-6317
lines changed
 

‎.github/actions/setup-windows-builder/action.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ runs:
3838
- name: Setup Rust toolchain
3939
shell: bash
4040
run: |
41-
# Avoid self update to avoid CI failures: https://github.com/apache/arrow-datafusion/issues/9653
41+
# Avoid self update to avoid CI failures: https://github.com/apache/datafusion/issues/9653
4242
rustup toolchain install stable --no-self-update
4343
rustup default stable
4444
rustup component add rustfmt

‎.github/workflows/dev_pr.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
runs-on: ubuntu-latest
3535
# only run for users whose permissions allow them to update PRs
3636
# otherwise labeler is failing:
37-
# https://github.com/apache/arrow-datafusion/issues/3743
37+
# https://github.com/apache/datafusion/issues/3743
3838
permissions:
3939
contents: read
4040
pull-requests: write

0 commit comments

Comments
 (0)
Please sign in to comment.