Skip to content

Commit e616fc1

Browse files
FilipeMaiaharrypm
authored andcommitted
Fix README.md typo and links (LinearTapeFileSystem#542)
1 parent f8f2b17 commit e616fc1

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
![](https://img.shields.io/github/issues/lineartapefilesystem/ltfs.svg)
2-
![GH Action status](https://github.com/LinearTapeFileSystem/ltfs/workflows/CentOS7%20Build%20Job/badge.svg?branch=master)
2+
![GH Action status](https://github.com/LinearTapeFileSystem/ltfs/actions/workflows/build-centos8.yml/badge.svg)
33
[![BSD License](http://img.shields.io/badge/license-BSD-blue.svg?style=flat)](LICENSE)
44

55
# About this branch
@@ -110,9 +110,9 @@ You can use following command when you want to unmount the tape. The ltfs comman
110110

111111
One thing you need to pay attention to here is, that the unmount command continues to work in the background after it returns. It just initiates a trigger to notify the the ltfs command of the unmount request. Actual unmount is completed when the ltfs command is finished.
112112

113-
## The `ltfsee_ordered_copy` utility
113+
## The `ltfs_ordered_copy` utility
114114

115-
The [`ltfsee_ordered_copy`](https://github.com/LinearTapeFileSystem/ltfs/wiki/ltfs_ordered_copy) is a program to copy files from source to destination with LTFS order optimization.
115+
The [`ltfs_ordered_copy`](https://github.com/LinearTapeFileSystem/ltfs/wiki/ltfs_ordered_copy) is a program to copy files from source to destination with LTFS order optimization.
116116

117117
It is written in python and it can work with both python2 and python3 (Python 2.7 or later is strongly recommended). You need to install the `pyxattr` module for both python2 and python3.
118118

@@ -514,16 +514,16 @@ curl -fsSL https://raw.githubusercontent.com/LinearTapeFileSystem/ltfs/master/sc
514514
|:----------------------------------:|:-------:|:--------------------------------------------------------------------------------------------------------------------------------:|
515515
| RHEL 8 | x86\_64 | OK - Not checked automatically |
516516
| RHEL 8 | ppc64le | OK - Not checked automatically |
517-
| CentOS 8 (Rocky Linux) | x86\_64 | ![GH Action status](https://github.com/LinearTapeFileSystem/ltfs/workflows/CentOS8%20Build%20Job/badge.svg?branch=master) |
517+
| CentOS 8 (Rocky Linux) | x86\_64 | ![GH Action status](https://github.com/LinearTapeFileSystem/ltfs/actions/workflows/build-centos8.yml/badge.svg) |
518518
| CentOS 8 (Rocky Linux) | ppc64le | OK - Not checked automatically |
519-
| Fedora 28 | x86\_64 | ![GH Action status](https://github.com/LinearTapeFileSystem/ltfs/workflows/Fedora28%20Build%20Job/badge.svg?branch=master) |
520-
| Ubuntu 16.04 LTS | x86\_64 | ![GH Action status](https://github.com/LinearTapeFileSystem/ltfs/workflows/Ubuntu%2016.04%20Build%20Job/badge.svg?branch=master) |
519+
| Fedora 28 | x86\_64 | ![GH Action status](https://github.com/LinearTapeFileSystem/ltfs/actions/workflows/build-fedora28.yml/badge.svg) |
520+
| Ubuntu 16.04 LTS | x86\_64 | ![GH Action status](https://github.com/LinearTapeFileSystem/ltfs/actions/workflows/build-ubuntu-xeneal.yml/badge.svg) |
521521
| Ubuntu 16.04 LTS | ppc64le | OK - Not checked automatically |
522-
| Ubuntu 18.04 LTS | x86\_64 | ![GH Action status](https://github.com/LinearTapeFileSystem/ltfs/workflows/Ubuntu%2018.04%20Build%20Job/badge.svg?branch=master) |
522+
| Ubuntu 18.04 LTS | x86\_64 | ![GH Action status](https://github.com/LinearTapeFileSystem/ltfs/actions/workflows/build-ubuntu-bionic.yml/badge.svg) |
523523
| Ubuntu 18.04 LTS | ppc64le | OK - Not checked automatically |
524-
| Ubuntu 20.04 LTS (Need icu-config) | x86\_64 | ![GH Action status](https://github.com/LinearTapeFileSystem/ltfs/workflows/Ubuntu%2020.04%20Build%20Job/badge.svg?branch=master) |
525-
| Debian 9 | x86\_64 | ![GH Action status](https://github.com/LinearTapeFileSystem/ltfs/workflows/Debian9%20Build%20Job/badge.svg?branch=master) |
526-
| Debian 10 (Need icu-config) | x86\_64 | ![GH Action status](https://github.com/LinearTapeFileSystem/ltfs/workflows/Debian10%20Build%20Job/badge.svg?branch=master) |
524+
| Ubuntu 20.04 LTS (Need icu-config) | x86\_64 | ![GH Action status](https://github.com/LinearTapeFileSystem/ltfs/actions/workflows/build-ubuntu-focal.yml/badge.svg) |
525+
| Debian 9 | x86\_64 | ![GH Action status](https://github.com/LinearTapeFileSystem/ltfs/actions/workflows/build-debian9.yml/badge.svg) |
526+
| Debian 10 (Need icu-config) | x86\_64 | ![GH Action status](https://github.com/LinearTapeFileSystem/ltfs/actions/workflows/build-debian10.yml/badge.svg) |
527527
| ArchLinux 2018.08.01 | x86\_64 | OK - Not checked automatically |
528528
| ArchLinux 2018.12.31 (rolling) | x86\_64 | OK - Not checked automatically |
529529

0 commit comments

Comments
 (0)