Skip to content

Commit 58cbca3

Browse files
committed
fix outdated info in README.md
1 parent 122891a commit 58cbca3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Fortanix Rust Enclave Development Platform
22

3-
[![Runtime Encryption Slack](https://img.shields.io/badge/Slack-%23rust--sgx-blue.svg?logo=slack&logoColor=whitesmoke)](https://fortanix.com/runtime-encryption-slack) [![Build Status](https://travis-ci.com/fortanix/rust-sgx.svg?branch=master)](https://app.travis-ci.com/github/fortanix/rust-sgx/builds)
3+
[![Runtime Encryption Slack](https://img.shields.io/badge/Slack-%23rust--sgx-blue.svg?logo=slack&logoColor=whitesmoke)](https://fortanix.com/runtime-encryption-slack) [![CI](https://github.com/fortanix/rust-sgx/actions/workflows/build.yml/badge.svg)](https://github.com/fortanix/rust-sgx/actions/workflows/build.yml)
44

55
The [Fortanix Rust EDP](https://edp.fortanix.com/) is the preferred way to write Intel SGX enclaves from scratch.
66

@@ -24,7 +24,7 @@ cargo run --target x86_64-fortanix-unknown-sgx
2424
[Documentation](https://edp.fortanix.com/docs/)
2525

2626
Looking for the in-enclave source code? Check out the [rust-lang/rust
27-
repository](https://github.com/rust-lang/rust/tree/master/library/std/src/sys/sgx).
27+
repository](https://github.com/rust-lang/rust/tree/master/library/std/src/sys/pal/sgx).
2828

2929
## Note for maintenance
3030

@@ -37,7 +37,7 @@ Release**](https://github.com/fortanix/rust-sgx/releases/new): please ensure the
3737
number}` , although in this workflow only ${crate name} is used, but {version
3838
number} is still required for keeping a good tag name.
3939

40-
# Contributing
40+
## Contributing
4141

4242
We gratefully accept contributions from the community.
4343
By participating in this community, you agree to abide by [Code of Conduct](./CODE_OF_CONDUCT.md).
@@ -77,6 +77,6 @@ personal information I submit with it, including my sign-off) is
7777
maintained indefinitely and may be redistributed consistent with
7878
this project or the open source license(s) involved.
7979

80-
# License
80+
## License
8181

8282
This project is primarily distributed under the terms of the Mozilla Public License (MPL) 2.0, see [LICENSE](./LICENSE) for details.

0 commit comments

Comments
 (0)