Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rename references to masih now that repo is transferred #2

Merged
merged 1 commit into from
Aug 9, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ Thank you for your interest in contributing to Boostly! Your efforts will help m

2. **Clone Your Fork**: Open a terminal and run:
```
git clone https://github.com/masih/boostly.git
git clone https://github.com/filecoin-shipyard/boostly.git
```

3. **Add the Upstream Remote**: This will be useful to sync your fork with the latest changes:
```
git remote add upstream https://github.com/masih/boostly.git
git remote add upstream https://github.com/filecoin-shipyard/boostly.git
```

4. **Create a New Branch**: Always base your work on a new branch:
Expand Down Expand Up @@ -54,7 +54,7 @@ Thank you for your interest in contributing to Boostly! Your efforts will help m

## Feedback

If you're unsure about any aspect of the contribution process, please open an [issue](https://github.com/masih/boostly/issues). We're here to help!
If you're unsure about any aspect of the contribution process, please open an [issue](https://github.com/filecoin-shipyard/boostly/issues). We're here to help!

---

Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Boostly

[![Go Reference](https://pkg.go.dev/badge/github.com/masih/boostly.svg)](https://pkg.go.dev/github.com/masih/boostly)
[![Go Test](https://github.com/masih/boostly/actions/workflows/go-test.yml/badge.svg)](https://github.com/masih/boostly/actions/workflows/go-test.yml)
[![Go Reference](https://pkg.go.dev/badge/github.com/filecoin-shipyard/boostly.svg)](https://pkg.go.dev/github.com/filecoin-shipyard/boostly)
[![Go Test](https://github.com/filecoin-shipyard/boostly/actions/workflows/go-test.yml/badge.svg)](https://github.com/filecoin-shipyard/boostly/actions/workflows/go-test.yml)

> [Filecoin Boost](https://github.com/filecoin-project/boost) Client Library in Go

Expand All @@ -16,7 +16,7 @@ Boostly is a lightweight and efficient Go client library for [Filecoin Boost](ht
## Installation

```bash
go get github.com/masih/boostly@latest
go get github.com/filecoin-shipyard/boostly@latest
```

## Status
Expand All @@ -27,7 +27,7 @@ Please be aware that while we strive to keep the master branch stable, breaking

## Documentation

For detailed usage and integration guidance, please refer to [godoc documentation](https://pkg.go.dev/github.com/masih/boostly).
For detailed usage and integration guidance, please refer to [godoc documentation](https://pkg.go.dev/github.com/filecoin-shipyard/boostly).

## Resources

Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/masih/boostly
module github.com/filecoin-shipyard/boostly

go 1.20

Expand Down