File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
benchmarks/competitors/servo-url Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 42
42
# (Optional) "write" PAT token. Uncomment the `repo_token` line below if:
43
43
# - you want to enable the Branch-Protection check on a *public* repository, or
44
44
# - you are installing Scorecard on a *private* repository
45
- # To create the PAT, follow the steps in https://github.com/ossf/scorecard-action#authentication-with-pat.
45
+ # To create the PAT, follow the steps in https://github.com/ossf/scorecard-action#authentication-with-fine-grained- pat-optional .
46
46
# repo_token: ${{ secrets.SCORECARD_TOKEN }}
47
47
48
48
# Public repositories:
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ This folder includes FFI bindings for servo/url.
6
6
7
7
- https://github.com/eqrion/cbindgen/blob/master/docs.md
8
8
- https://gist.github.com/zbraniecki/b251714d77ffebbc73c03447f2b2c69f
9
- - https://michael-f-bryan. github.io/ rust-ffi-guide/setting_up.html
9
+ - https://github.com/Michael-F-Bryan/ rust-ffi-guide/blob/master/book/ setting_up.md
10
10
11
11
### Building
12
12
Original file line number Diff line number Diff line change 5
5
In order to release a new version of Ada, please update the
6
6
following documents:
7
7
8
- - [ CmakeLists .txt] ( ../CmakeLists .txt )
8
+ - [ CMakeLists .txt] ( ../CMakeLists .txt )
9
9
- [ Doxygen] ( ../doxygen )
10
10
- [ ada_version.h] ( ../include/ada/ada_version.h )
11
11
You can’t perform that action at this time.
0 commit comments