Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
moodle-xapi
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Quentin Pimont
moodle-xapi
Commits
ad96479e
Unverified
Commit
ad96479e
authored
7 years ago
by
Ryan Smith
Committed by
GitHub
7 years ago
Browse files
Options
Downloads
Patches
Plain Diff
docs: Fixes URL.
parent
6b7586b4
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
lib/expander/docs/readme.md
+2
-2
2 additions, 2 deletions
lib/expander/docs/readme.md
with
2 additions
and
2 deletions
lib/expander/docs/readme.md
+
2
−
2
View file @
ad96479e
...
...
@@ -69,14 +69,14 @@ When adding new events or modifying existing events, we recommend that you follo
If this is your first pull request, you need to follow the steps below.
1.
Click the "Fork" button (top right of Github). Github will fork (copy) this repository as your own so you can make changes.
2.
Run
`git remote set-url origin https://github.com/YOUR_USERNAME/
M
oodle-
L
og
-Expander
.git`
(replacing
`YOUR_USERNAME`
for your Github username).
2.
Run
`git remote set-url origin https://github.com/YOUR_USERNAME/
m
oodle-
l
og
store_xapi
.git`
(replacing
`YOUR_USERNAME`
for your Github username).
Once this is done, you can then follow the steps for
[
subsequent pull requests
](
#subsequent-pull-requests
)
below.
### Subsequent Pull Requests
1.
Run
`git add -A; git commit -am "DESCRIPTION";`
to commit your changes (replacing
`DESCRIPTION`
with a description of what you've changed).
2.
Run
`git push`
to push your commits to your forked repository.
3.
Go to "https://github.com/YOUR_USERNAME/
M
oodle-
L
og
-Expander
/pulls" (replacing
`YOUR_USERNAME`
for your Github username).
3.
Go to "https://github.com/YOUR_USERNAME/
m
oodle-
l
og
store_xapi
/pulls" (replacing
`YOUR_USERNAME`
for your Github username).
4.
Click the "New pull request" button to begin creating your pull request.
5.
Click the "Create pull request" button (twice) to confirm the creation of your pull request.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment