Skip to content

Commit 7fb9e28

Browse files
committed
renaming current
1 parent 43e2742 commit 7fb9e28

16 files changed

+29
-29
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: 🐛 Bug report
2-
description: Create a bug report to help us improve AnguHashBlog
2+
description: Create a bug report to help us improve HashnodeWithAngular
33
title: "Bug: "
44
labels: [👀 needs triage, 🐛 bug]
55
body:
@@ -48,5 +48,5 @@ body:
4848
label: I would be willing to submit a PR to fix this issue
4949
description: Assistance is provided if you need help submitting a pull request
5050
options:
51-
- label: "Yes and I have read the [Contribution Guide](https://anguhashblog.com/contributing) and I agree to follow this project's [Code of Conduct](https://anguhashblog.com/code-of-conduct)"
52-
- label: 'No'
51+
- label: "Yes and I have read the [Contribution Guide](https://hashnode.withangular.dev/contributing) and I agree to follow this project's [Code of Conduct](https://hashnode.withangular.dev/code-of-conduct)"
52+
- label: 'No'

.github/ISSUE_TEMPLATE/feature_request.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,5 +48,5 @@ body:
4848
label: I would be willing to submit a PR to fix this issue
4949
description: Assistance is provided if you need help submitting a pull request
5050
options:
51-
- label: "Yes and I have read the [Contribution Guide](https://anguhashblog.com/contributing) and I agree to follow this project's [Code of Conduct](https://anguhashblog.com/code-of-conduct)"
52-
- label: 'No'
51+
- label: "Yes and I have read the [Contribution Guide](https://hashnode.withangular.dev/contributing) and I agree to follow this project's [Code of Conduct](https://hashnode.withangular.dev/code-of-conduct)"
52+
- label: 'No'

.github/workflows/issue.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ jobs:
2525
2626
To claim an issue that does not have the "needs triage" label, please leave a comment that says ".take". If you have any questions, please reach out to us on [Discord](https://discord.gg/SQCFCACz) or follow up on the issue itself.
2727
28-
For full info on how to contribute, please check out our [contributors guide](https://anguhashblog.com/contributing).
28+
For full info on how to contribute, please check out our [contributors guide](https://hashnode.withangular.dev/contributing).

CONTRIBUTING.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Contributing to AnguHashBlog
1+
# Contributing to HashnodeWithAngular
22

33
First off, thanks for taking the time to contribute! ❤️
44

@@ -84,13 +84,13 @@ Even if the issue is labeled as not implemented, it remains your responsibility
8484

8585
Before you submit your Pull Request (PR) consider the following guidelines:
8686

87-
1. Search [AhguHashBlog](https://github.com/AnguHashBlog) for an open or closed PR that relates to your submission.
87+
1. Search [HashnodeWithAngular](https://github.com/HashnodeWithAngular) for an open or closed PR that relates to your submission.
8888
You don't want to duplicate existing efforts.
8989

9090
2. Be sure that an issue describes the problem you're fixing, or documents the design for the feature you'd like to add.
9191
Discussing the design upfront helps to ensure that we're ready to accept your work.
9292

93-
3. [Fork](https://docs.github.com/en/github/getting-started-with-github/fork-a-repo) the `AnguHashBlog` repo of your choice.
93+
3. [Fork](https://docs.github.com/en/github/getting-started-with-github/fork-a-repo) the `HashnodeWithAngular` repo of your choice.
9494

9595
4. In your forked repository, make your changes in a new git branch:
9696

@@ -120,7 +120,7 @@ Before you submit your Pull Request (PR) consider the following guidelines:
120120
git push origin my-fix-branch
121121
```
122122

123-
10. In GitHub, send a pull request to `AnguHashBlog/analog-material:main`.
123+
10. In GitHub, send a pull request to `HashnodeWithAngular/analog-material:main`.
124124

125125
**DO NOT** erase the provided PR template! It is intended for you to use, not to replace it with random text.
126126

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Analog App
22

33
Use this version of
4-
## ![anguhashblog logo](/anguhashblog-logo-readme.png) AnguHashBlog
4+
## ![HashnodeWithAngular logo](/hashnode-withanular-logo-readme.png) HashnodeWithAngular
55
which allows you to connect your Hashnode Blog to
66
# ![analog logo](/analog.png) Analog
77

File renamed without changes.

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<head>
55
<meta charset="utf-8" />
6-
<title>Analog - Angular Material | AnguHashBlog</title>
6+
<title>Analog - Angular Material | HashnodeWithAngular</title>
77
<base href="/" />
88
<meta name="viewport" content="width=device-width, initial-scale=1" />
99
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
-174 KB
Binary file not shown.
172 KB
Loading

src/app/components/footer.component.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ import { BlogService } from '../services/blog.service';
1515
<mat-toolbar class="footer">
1616
<p>&copy; {{ date }} {{ blogName }}</p>
1717
<small
18-
>Created using<a href="https://github.com/HashBlogWithAngular" target="_blank"
19-
>HashBlogWithAngular</a
18+
>Created using<a href="https://github.com/HashnodeWithAngular" target="_blank"
19+
>HashnodeWithAngular</a
2020
> and<a href="https://analogjs.org" target="_blank"
2121
>Analog</a
2222
></small

0 commit comments

Comments
 (0)