8000 Fix README links · n00bdevel/example-ruby-app@2619e4d · GitHub
[go: up one dir, main page]

Skip to content

Commit 2619e4d

Browse files
authored
Fix README links
Resolves some bad urls in the README
1 parent 5e9bc68 commit 2619e4d

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
# Shopify App Examples
22

3-
This repository is home to the code examples highlighted in various [Shopify API tutorials](http://docs.myshopify.io/api/tutorials/). They are designed solely for the purpose of introducing new developers to the Shopify API. The example apps are written in [Sinatra](https://github.com/sinatra/sinatra), but the concepts presented will also apply to developers building applications in other languages such as Python, Node.js and PHP.
3+
This repository is home to the code examples highlighted in various [Shopify API tutorials](https://help.shopify.com/api/tutorials). They are designed solely for the purpose of introducing new developers to the Shopify API. The example apps are written in [Sinatra](https://github.com/sinatra/sinatra), but the concepts presented will also apply to developers building applications in other languages such as Python, Node.js and PHP.
44

55
## Tutorial index
66

@@ -14,11 +14,11 @@ This repository is home to the code examples highlighted in various [Shopify API
1414

1515
* [Ruby](https://www.ruby-lang.org/en/documentation/installation/) (sample apps were written with Ruby 2.2.1)
1616
* [Bundler for Ruby](http://bundler.io/), a dependency manager
17-
* [Shopify Partners account](https://developers.shopify.com/)
17+
* [Shopify Partners account](https://accounts.shopify.com/signup)
1818

1919
## Credentials
2020

21-
Follow [this guide](https://help.shopify.com/api/guides/api-credentials#generate-public-app-credentials) to obtain your public app credentials from your Shopify Partners account.
21+
Follow [this guide](https://help.shopify.com/api/getting-started/api-credentials) to obtain your public app credentials from your Shopify Partners account.
2222

2323
This example apps use a `.env` file to store app credentials. After cloning the repository, you will need to create a file named .env in the same folder of the tutorial. Copy the values of the API Key and API Secret from your partner dashboard, and add them to the .env file in the following format:
2424

@@ -31,7 +31,7 @@ where `YOUR_API_KEY` and `YOUR_SECRET_KEY` are the values of your application's
3131

3232
## App URL
3333

34-
This tutorial series uses [ngrok](https://ngrok.com/) to create a secure tunnel from the internet to your local machine. For each installment in the series, you will need to copy the `APP_URL` generated by ngrok to your `app.rb` file. Additionally, the `APP_URL` needs to be added to the **App URLs** section of your public app settings. These procedures are covered in the [Building a public Shopify application](http://docs.myshopify.io/api/tutorials/building-public-app/#configure-app) tutorial.
34+
This tutorial series uses [ngrok](https://ngrok.com/) to create a secure tunnel from the internet to your local machine. For each installment in the series, you will need to copy the `APP_URL` generated by ngrok to your `app.rb` file. Additionally, the `APP_URL` needs to be added to the **App URLs** section of your public app settings. These procedures are covered in the [Building a public Shopify application](https://help.shopify.com/api/tutorials/building-public-app) tutorial.
3535

3636
## Running the app
3737

0 commit comments

Comments
 (0)
0