Skip to content

Commit 4ebfc7d

Browse files
committed
Fix link and formatting on README
- Updates the LICENSE to include Blockcore. - Fixes formatting of highlighted note in README, and update URL to be secure. - Makes the default release non-prerelease.
1 parent 2665fc1 commit 4ebfc7d

3 files changed

Lines changed: 5 additions & 6 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
token: ${{ secrets.GITHUB_TOKEN }}
5555
folder: "${{github.workspace}}/package/"
5656
draft: true
57-
prerelease: true
57+
prerelease: false
5858
body: ''
5959
name: "Blockcore ${{env.VERSION}}"
6060
tag: ${{env.VERSION}}

LICENSE

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
The MIT License (MIT)
22

3-
Copyright (c) Stratis Platform and Contributors
3+
Copyright (c) Blockcore
4+
Copyright (c) Stratis Platform
45

56
Permission is hereby granted, free of charge, to any person obtaining a copy
67
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,7 @@
1616
</p>
1717
</p>
1818

19-
<em>
20-
Do you want to build your own blockchain based upon Blockcore? Then check out our [blockcore-node repository](https://github.com/block-core/blockcore-node), which is the best starting point for most custom blockchains.
21-
</em>
19+
*Do you want to build your own blockchain based upon Blockcore? Then check out our [blockcore-node repository](https://github.com/block-core/blockcore-node), which is the best starting point for most custom blockchains.*
2220

2321
Introduction
2422
----------------------------
@@ -73,4 +71,4 @@ You can find tasks on the [issues](https://github.com/block-core/blockcore/issue
7371
Other Points
7472
-------
7573
* [Testing Guidelines](Documentation/testing-guidelines.md)
76-
* [Official Website](http://blockcore.net/)
74+
* [Official Website](https://www.blockcore.net/)

0 commit comments

Comments
 (0)